mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
chromium: disable nodbus
Unfortunately nodbus prevents access to site passwords if they are stored in GNOME Keyring[1]. According to docs chromium can store password in 3 different ways: GNOME Keyring KWallet 4 plain text As KWallet storage may be broken in a same way, using nodbus will force chromium to store passwords in plain text which isn't best option for security and for firejail default. [1] https://wiki.gnome.org/Projects/GnomeKeyring [2] https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux_password_storage.md
This commit is contained in:
parent
2529d1d486
commit
867c2bcbfb
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@ include whitelist-var-common.inc
|
|||
apparmor
|
||||
caps.keep sys_chroot,sys_admin
|
||||
netfilter
|
||||
# Breaks Gnome connector - disable if you use that
|
||||
nodbus
|
||||
# nodbus - prevents access to passwords saved in GNOME Keyring, also breaks Gnome connector
|
||||
nodvd
|
||||
nogroups
|
||||
notv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue