From 276f250e2fae884d421cff52f3b7ac7c9762cf79 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 4 May 2020 18:48:42 +0000 Subject: 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. --- etc/firejail.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/firejail.config') 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 @@ # Enable or disable chroot support, default enabled. # chroot yes -# Enable or disable dbus handling by --nodbus flag, default enabled. +# Enable or disable dbus handling, default enabled. # dbus yes # Disable /mnt, /media, /run/mount and /run/media access. By default access -- cgit v1.2.3-54-g00ecf