firejail/etc/profile-a-l/google-chrome-beta.profile
crocket 89a44f7e88 Prevent emptty /usr/share in google-chrome profiles
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.
2022-05-12 12:42:34 +00:00

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