aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-05-04 18:48:42 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-04 18:48:42 +0000
commit276f250e2fae884d421cff52f3b7ac7c9762cf79 (patch)
tree5167a1917db2c4176f917534b594a1b3ac08f21f /etc/firejail.config
parentMerge pull request #3395 from matu3ba/template_bug (diff)
downloadfirejail-276f250e2fae884d421cff52f3b7ac7c9762cf79.tar.gz
firejail-276f250e2fae884d421cff52f3b7ac7c9762cf79.tar.zst
firejail-276f250e2fae884d421cff52f3b7ac7c9762cf79.zip
Follow-up for #3326 (#3397)
* use the new dbus format in chromium-common.profile * use new dbus format in firejail.config Now that #3326 landed I think it might be less confusing to keep using the --nodbus wording. Couldn't come up with a better alternative (yet), so this might need future improvements. * block dbus system bus Blocking the system bus shouldn't affect password functionality etc, as that uses the session bus.
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 589109c64..b2a96612f 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -27,7 +27,7 @@
27# Enable or disable chroot support, default enabled. 27# Enable or disable chroot support, default enabled.
28# chroot yes 28# chroot yes
29 29
30# Enable or disable dbus handling by --nodbus flag, default enabled. 30# Enable or disable dbus handling, default enabled.
31# dbus yes 31# dbus yes
32 32
33# Disable /mnt, /media, /run/mount and /run/media access. By default access 33# Disable /mnt, /media, /run/mount and /run/media access. By default access