aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-a-l/firefox.profile2
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 7ad491460..b86e0bbe4 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -1172,6 +1172,7 @@ blacklist ${HOME}/yt-dlp.conf
1172blacklist ${HOME}/yt-dlp.conf.txt 1172blacklist ${HOME}/yt-dlp.conf.txt
1173blacklist ${RUNUSER}/*firefox* 1173blacklist ${RUNUSER}/*firefox*
1174blacklist ${RUNUSER}/akonadi 1174blacklist ${RUNUSER}/akonadi
1175blacklist ${RUNUSER}/psd/*firefox*
1175blacklist /tmp/.wine-* 1176blacklist /tmp/.wine-*
1176blacklist /tmp/akonadi-* 1177blacklist /tmp/akonadi-*
1177blacklist /var/games/nethack 1178blacklist /var/games/nethack
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.