From e5756f2f4e4b3c04b1ed7acddc8875e8576de15c Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 2 Sep 2022 22:34:42 -0400 Subject: [PATCH] Mention dconf update Signed-off-by: Tommy --- content/os/Desktop-Linux-Hardening.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/os/Desktop-Linux-Hardening.md b/content/os/Desktop-Linux-Hardening.md index 7c08f5c..4f60060 100644 --- a/content/os/Desktop-Linux-Hardening.md +++ b/content/os/Desktop-Linux-Hardening.md @@ -326,6 +326,8 @@ On systems which use `udisks` to automount and use `GNOME`/`Cinnamon` as their d echo "[org/gnome/desktop/media-handling] automount=false automount-open=false" | sudo tee /etc/dconf/db/local.d/custom + +sudo dconf update ``` This will set the default `dconf` settings for new users and override all `dconf` settings for existing users. Note that this can be overidden by regular users on your system, simply by changing their individual `dconf` settings.