aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-07-08 19:24:21 +0200
committerLibravatar GitHub <noreply@github.com>2019-07-08 19:24:21 +0200
commitfde6e04bc10d45d4fcedc986db864c61779df409 (patch)
tree983beb09bc173f5a985d71378d9256b6c9e37b98
parentmore simplification of fs_check_chroot_dir (diff)
downloadfirejail-fde6e04b.tar.gz
firejail-fde6e04b.tar.zst
firejail-fde6e04b.zip
keep dconf database read-only
-rw-r--r--etc/disable-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index ae82d72b5..7ca5a6b89 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -134,6 +134,8 @@ blacklist ${RUNUSER}/kdesud_*
134# gnome 134# gnome
135# contains extensions, last used times of applications, and notifications 135# contains extensions, last used times of applications, and notifications
136blacklist ${HOME}/.local/share/gnome-shell 136blacklist ${HOME}/.local/share/gnome-shell
137# no direct modification of dconf database
138read-only ${HOME}/.config/dconf
137 139
138# systemd 140# systemd
139blacklist ${HOME}/.config/systemd 141blacklist ${HOME}/.config/systemd