From 7a37dc31ab907d55eb88f2fa259f37046952a0c5 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Wed, 28 Mar 2018 01:20:21 +0200 Subject: recalibrate dbus access, deploy nodbus option see #1822 and #1825. also systematically replaces 'blacklist /run/user/*/bus' with 'nodbus'. with contributions from @Fred-Barclay --- etc/chromium-common.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/chromium-common.profile') diff --git a/etc/chromium-common.profile b/etc/chromium-common.profile index a11947334..7f07c5b26 100644 --- a/etc/chromium-common.profile +++ b/etc/chromium-common.profile @@ -20,6 +20,7 @@ include /etc/firejail/whitelist-var-common.inc apparmor caps.keep sys_chroot,sys_admin netfilter +nodbus nodvd nogroups notv @@ -31,3 +32,6 @@ private-dev noexec ${HOME} noexec /tmp + +# the file dialog needs to work without d-bus +env NO_CHROME_KDE_FILE_DIALOG=1 -- cgit v1.2.3-54-g00ecf