aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-16 13:05:27 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-16 13:05:27 +0200
commit808639e320d437fd1f20558e5654bd14dade3eb8 (patch)
tree897d3f79f9fa096bfadd8d0605b46fab32303d50 /etc
parentmany profile cleanup (4) (diff)
parentchromium-common profile: add nodbus conditional (diff)
downloadfirejail-808639e320d437fd1f20558e5654bd14dade3eb8.tar.gz
firejail-808639e320d437fd1f20558e5654bd14dade3eb8.tar.zst
firejail-808639e320d437fd1f20558e5654bd14dade3eb8.zip
Merge branch 'master' of github.com:netblue30/firejail
Diffstat (limited to 'etc')
-rw-r--r--etc/chromium-common.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/chromium-common.profile b/etc/chromium-common.profile
index b227ba9ef..ba6f9d88c 100644
--- a/etc/chromium-common.profile
+++ b/etc/chromium-common.profile
@@ -29,7 +29,7 @@ include whitelist-var-common.inc
29apparmor 29apparmor
30caps.keep sys_admin,sys_chroot 30caps.keep sys_admin,sys_chroot
31netfilter 31netfilter
32# nodbus - prevents access to passwords saved in GNOME Keyring, also breaks Gnome connector 32# nodbus - prevents access to passwords saved in GNOME Keyring and KWallet, also breaks Gnome connector
33nodvd 33nodvd
34nogroups 34nogroups
35notv 35notv
@@ -41,4 +41,4 @@ private-dev
41# private-tmp - problems with multiple browser sessions 41# private-tmp - problems with multiple browser sessions
42 42
43# the file dialog needs to work without d-bus 43# the file dialog needs to work without d-bus
44env NO_CHROME_KDE_FILE_DIALOG=1 44?HAS_NODBUS: env NO_CHROME_KDE_FILE_DIALOG=1