aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/google-chrome-beta.profile
diff options
context:
space:
mode:
authorLibravatar Mace Muilman <mace@macemuilman.nl>2020-05-16 11:48:38 +0200
committerLibravatar GitHub <noreply@github.com>2020-05-16 09:48:38 +0000
commit10a67cba6bcff1c419804be55ad4d9c71a26f061 (patch)
tree1e7cf805bb8b0fdb607a98665c3a5d3d97ba8d58 /etc/profile-a-l/google-chrome-beta.profile
parentAdd quiet to secret-tool (diff)
downloadfirejail-10a67cba6bcff1c419804be55ad4d9c71a26f061.tar.gz
firejail-10a67cba6bcff1c419804be55ad4d9c71a26f061.tar.zst
firejail-10a67cba6bcff1c419804be55ad4d9c71a26f061.zip
Allow google-chrome access to the custom flags files in ~/.config. (#3418)
* Allow google-chrome access to the custom flags files in ~/.config. * Added noblacklist for the custom flag files for google-chrome-stable. * Allow read access to the custom flag files for both google-chrome-beta and google-chrome-unstable. * Added the custom flag files for google-chrome stable, beta and unstable to the disable-programs.inc list.
Diffstat (limited to 'etc/profile-a-l/google-chrome-beta.profile')
-rw-r--r--etc/profile-a-l/google-chrome-beta.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/profile-a-l/google-chrome-beta.profile b/etc/profile-a-l/google-chrome-beta.profile
index 73101f509..a62e4cf74 100644
--- a/etc/profile-a-l/google-chrome-beta.profile
+++ b/etc/profile-a-l/google-chrome-beta.profile
@@ -8,10 +8,16 @@ include globals.local
8noblacklist ${HOME}/.cache/google-chrome-beta 8noblacklist ${HOME}/.cache/google-chrome-beta
9noblacklist ${HOME}/.config/google-chrome-beta 9noblacklist ${HOME}/.config/google-chrome-beta
10 10
11noblacklist ${HOME}/.config/chrome-beta-flags.conf
12noblacklist ${HOME}/.config/chrome-beta-flags.config
13
11mkdir ${HOME}/.cache/google-chrome-beta 14mkdir ${HOME}/.cache/google-chrome-beta
12mkdir ${HOME}/.config/google-chrome-beta 15mkdir ${HOME}/.config/google-chrome-beta
13whitelist ${HOME}/.cache/google-chrome-beta 16whitelist ${HOME}/.cache/google-chrome-beta
14whitelist ${HOME}/.config/google-chrome-beta 17whitelist ${HOME}/.config/google-chrome-beta
15 18
19whitelist ${HOME}/.config/chrome-beta-flags.conf
20whitelist ${HOME}/.config/chrome-beta-flags.config
21
16# Redirect 22# Redirect
17include chromium-common.profile 23include chromium-common.profile