mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
profiles: allow extensions directories in chromium-common profile
This commit is contained in:
parent
3cf84c8d89
commit
0319fbdc4b
2 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,8 @@ mkdir ${HOME}/.local/share/pki
|
|||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
whitelist /usr/share/mozilla/extensions
|
||||
whitelist /usr/share/webext
|
||||
include whitelist-common.inc
|
||||
include whitelist-run-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@ whitelist ${HOME}/.cache/chromium
|
|||
whitelist ${HOME}/.config/chromium
|
||||
whitelist ${HOME}/.config/chromium-flags.conf
|
||||
whitelist /usr/share/chromium
|
||||
whitelist /usr/share/mozilla/extensions
|
||||
whitelist /usr/share/webext
|
||||
|
||||
# private-bin chromium,chromium-browser,chromedriver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue