aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/chromium-common.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-01-06 23:11:23 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-06 21:46:37 -0300
commit324c73ea4a0c2e39eb45c4150ac21ebeb918923e (patch)
tree1a102d66f3c61fe7f9ee798e6afd059307ce7313 /etc/profile-a-l/chromium-common.profile
parentMerge pull request #4828 from netblue30/chromium_webext (diff)
downloadfirejail-324c73ea4a0c2e39eb45c4150ac21ebeb918923e.tar.gz
firejail-324c73ea4a0c2e39eb45c4150ac21ebeb918923e.tar.zst
firejail-324c73ea4a0c2e39eb45c4150ac21ebeb918923e.zip
ordering fixes
Diffstat (limited to 'etc/profile-a-l/chromium-common.profile')
-rw-r--r--etc/profile-a-l/chromium-common.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/profile-a-l/chromium-common.profile b/etc/profile-a-l/chromium-common.profile
index 807aeeb07..075cac967 100644
--- a/etc/profile-a-l/chromium-common.profile
+++ b/etc/profile-a-l/chromium-common.profile
@@ -9,8 +9,8 @@ include chromium-common.local
9# noexec ${HOME} breaks DRM binaries. 9# noexec ${HOME} breaks DRM binaries.
10?BROWSER_ALLOW_DRM: ignore noexec ${HOME} 10?BROWSER_ALLOW_DRM: ignore noexec ${HOME}
11 11
12noblacklist ${HOME}/.pki
13noblacklist ${HOME}/.local/share/pki 12noblacklist ${HOME}/.local/share/pki
13noblacklist ${HOME}/.pki
14noblacklist /usr/lib/chromium/chrome-sandbox 14noblacklist /usr/lib/chromium/chrome-sandbox
15 15
16# Add the next line to your chromium-common.local if you want Google Chrome/Chromium browser 16# Add the next line to your chromium-common.local if you want Google Chrome/Chromium browser
@@ -24,11 +24,11 @@ include disable-interpreters.inc
24include disable-programs.inc 24include disable-programs.inc
25include disable-xdg.inc 25include disable-xdg.inc
26 26
27mkdir ${HOME}/.pki
28mkdir ${HOME}/.local/share/pki 27mkdir ${HOME}/.local/share/pki
28mkdir ${HOME}/.pki
29whitelist ${DOWNLOADS} 29whitelist ${DOWNLOADS}
30whitelist ${HOME}/.pki
31whitelist ${HOME}/.local/share/pki 30whitelist ${HOME}/.local/share/pki
31whitelist ${HOME}/.pki
32whitelist /usr/share/mozilla/extensions 32whitelist /usr/share/mozilla/extensions
33whitelist /usr/share/webext 33whitelist /usr/share/webext
34include whitelist-common.inc 34include whitelist-common.inc