mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Without whitelist-usr-share-common, /usr/share becomes empty. Adding whitelist-runuser-common didn't break google chrome. Whitelisting /usr/share/mozilla/extensions and /usr/share/webext shouldn't break google chrome, either. I tested google-chrome.profile only, but I think later versions should not be different.
23 lines
732 B
Text
23 lines
732 B
Text
# Firejail profile for google-chrome-beta
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include google-chrome-beta.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.cache/google-chrome-beta
|
|
noblacklist ${HOME}/.config/google-chrome-beta
|
|
|
|
noblacklist ${HOME}/.config/chrome-beta-flags.conf
|
|
noblacklist ${HOME}/.config/chrome-beta-flags.config
|
|
|
|
mkdir ${HOME}/.cache/google-chrome-beta
|
|
mkdir ${HOME}/.config/google-chrome-beta
|
|
whitelist ${HOME}/.cache/google-chrome-beta
|
|
whitelist ${HOME}/.config/google-chrome-beta
|
|
|
|
whitelist ${HOME}/.config/chrome-beta-flags.conf
|
|
whitelist ${HOME}/.config/chrome-beta-flags.config
|
|
|
|
# Redirect
|
|
include chromium-common.profile
|