aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox-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/firefox-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/firefox-common.profile')
-rw-r--r--etc/profile-a-l/firefox-common.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/profile-a-l/firefox-common.profile b/etc/profile-a-l/firefox-common.profile
index e7d438b46..2fe12843e 100644
--- a/etc/profile-a-l/firefox-common.profile
+++ b/etc/profile-a-l/firefox-common.profile
@@ -12,8 +12,8 @@ include firefox-common.local
12# Add the next line to your firefox-common.local to allow access to common programs/addons/plugins. 12# Add the next line to your firefox-common.local to allow access to common programs/addons/plugins.
13#include firefox-common-addons.profile 13#include firefox-common-addons.profile
14 14
15noblacklist ${HOME}/.pki
16noblacklist ${HOME}/.local/share/pki 15noblacklist ${HOME}/.local/share/pki
16noblacklist ${HOME}/.pki
17 17
18include disable-common.inc 18include disable-common.inc
19include disable-devel.inc 19include disable-devel.inc
@@ -22,11 +22,11 @@ include disable-interpreters.inc
22include disable-proc.inc 22include disable-proc.inc
23include disable-programs.inc 23include disable-programs.inc
24 24
25mkdir ${HOME}/.pki
26mkdir ${HOME}/.local/share/pki 25mkdir ${HOME}/.local/share/pki
26mkdir ${HOME}/.pki
27whitelist ${DOWNLOADS} 27whitelist ${DOWNLOADS}
28whitelist ${HOME}/.pki
29whitelist ${HOME}/.local/share/pki 28whitelist ${HOME}/.local/share/pki
29whitelist ${HOME}/.pki
30include whitelist-common.inc 30include whitelist-common.inc
31include whitelist-run-common.inc 31include whitelist-run-common.inc
32include whitelist-runuser-common.inc 32include whitelist-runuser-common.inc