aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox.profile
diff options
context:
space:
mode:
authorLibravatar godbless <26397224+sak96@users.noreply.github.com>2022-09-09 00:45:58 +0530
committerLibravatar GitHub <noreply@github.com>2022-09-08 19:15:58 +0000
commit2cfe3ea9d09b440e4b389084cda9c230a17e23c0 (patch)
tree44f6d2c5ce61e62e1ffe0d162b95505e044aaacf /etc/profile-a-l/firefox.profile
parentbuild(deps): bump github/codeql-action from 2.1.21 to 2.1.22 (diff)
downloadfirejail-2cfe3ea9d09b440e4b389084cda9c230a17e23c0.tar.gz
firejail-2cfe3ea9d09b440e4b389084cda9c230a17e23c0.tar.zst
firejail-2cfe3ea9d09b440e4b389084cda9c230a17e23c0.zip
Fix Firefox 'Profile not found' for psd (v6.45) (#5348)
* Fix Firefox 'Profile not found' for psd (v6.45) code change: `whitelist ${RUNUSER}/psd/*firefox*` fixes: #4568 * Whitelist ${RUNUSER}/psd/*firefox* * Fix workflow for github
Diffstat (limited to 'etc/profile-a-l/firefox.profile')
-rw-r--r--etc/profile-a-l/firefox.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 9138fed90..99a6db2ae 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -17,6 +17,7 @@ include globals.local
17noblacklist ${HOME}/.cache/mozilla 17noblacklist ${HOME}/.cache/mozilla
18noblacklist ${HOME}/.mozilla 18noblacklist ${HOME}/.mozilla
19noblacklist ${RUNUSER}/*firefox* 19noblacklist ${RUNUSER}/*firefox*
20noblacklist ${RUNUSER}/psd/*firefox*
20 21
21blacklist /usr/libexec 22blacklist /usr/libexec
22 23
@@ -37,6 +38,7 @@ whitelist /usr/share/gtk-doc/html
37whitelist /usr/share/mozilla 38whitelist /usr/share/mozilla
38whitelist /usr/share/webext 39whitelist /usr/share/webext
39whitelist ${RUNUSER}/*firefox* 40whitelist ${RUNUSER}/*firefox*
41whitelist ${RUNUSER}/psd/*firefox*
40include whitelist-usr-share-common.inc 42include whitelist-usr-share-common.inc
41 43
42# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin. 44# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin.