aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/ephemeral.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/ephemeral.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/ephemeral.profile')
-rw-r--r--etc/profile-a-l/ephemeral.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/profile-a-l/ephemeral.profile b/etc/profile-a-l/ephemeral.profile
index 131d68951..f88c64b23 100644
--- a/etc/profile-a-l/ephemeral.profile
+++ b/etc/profile-a-l/ephemeral.profile
@@ -9,8 +9,8 @@ include globals.local
9# enforce private-cache 9# enforce private-cache
10#noblacklist ${HOME}/.cache/ephemeral 10#noblacklist ${HOME}/.cache/ephemeral
11 11
12noblacklist ${HOME}/.pki
13noblacklist ${HOME}/.local/share/pki 12noblacklist ${HOME}/.local/share/pki
13noblacklist ${HOME}/.pki
14 14
15# noexec ${HOME} breaks DRM binaries. 15# noexec ${HOME} breaks DRM binaries.
16?BROWSER_ALLOW_DRM: ignore noexec ${HOME} 16?BROWSER_ALLOW_DRM: ignore noexec ${HOME}
@@ -23,12 +23,12 @@ include disable-programs.inc
23 23
24# enforce private-cache 24# enforce private-cache
25#mkdir ${HOME}/.cache/ephemeral 25#mkdir ${HOME}/.cache/ephemeral
26mkdir ${HOME}/.pki
27mkdir ${HOME}/.local/share/pki 26mkdir ${HOME}/.local/share/pki
27mkdir ${HOME}/.pki
28# enforce private-cache 28# enforce private-cache
29#whitelist ${HOME}/.cache/ephemeral 29#whitelist ${HOME}/.cache/ephemeral
30whitelist ${HOME}/.pki
31whitelist ${HOME}/.local/share/pki 30whitelist ${HOME}/.local/share/pki
31whitelist ${HOME}/.pki
32whitelist ${DOWNLOADS} 32whitelist ${DOWNLOADS}
33include whitelist-common.inc 33include whitelist-common.inc
34include whitelist-usr-share-common.inc 34include whitelist-usr-share-common.inc