aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-28 19:02:21 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-28 19:02:21 +0000
commitac07da9284aecde278a91aecb032b40d7ee88d99 (patch)
tree0be4523f0ab86740a0c2e1dbe52b742fc9805b24 /etc
parentMerge pull request #4412 from netblue30/Neo00001-patch-1 (diff)
parentMerge branch 'master' into master (diff)
downloadfirejail-ac07da9284aecde278a91aecb032b40d7ee88d99.tar.gz
firejail-ac07da9284aecde278a91aecb032b40d7ee88d99.tar.zst
firejail-ac07da9284aecde278a91aecb032b40d7ee88d99.zip
Merge pull request #4407 from 0x6a61/master
Fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox
Diffstat (limited to 'etc')
-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 44983dd14..7da2f276c 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -1103,4 +1103,5 @@ blacklist ${HOME}/.cache/yandex-browser
1103blacklist ${HOME}/.cache/yandex-browser-beta 1103blacklist ${HOME}/.cache/yandex-browser-beta
1104blacklist ${HOME}/.cache/youtube-dl 1104blacklist ${HOME}/.cache/youtube-dl
1105blacklist ${HOME}/.cache/youtube-viewer 1105blacklist ${HOME}/.cache/youtube-viewer
1106blacklist ${RUNUSER}/*firefox*
1106blacklist ${HOME}/.cache/zim 1107blacklist ${HOME}/.cache/zim
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 3ad67734d..ff2a499dc 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -16,6 +16,7 @@ include globals.local
16 16
17noblacklist ${HOME}/.cache/mozilla 17noblacklist ${HOME}/.cache/mozilla
18noblacklist ${HOME}/.mozilla 18noblacklist ${HOME}/.mozilla
19noblacklist ${RUNUSER}/*firefox*
19 20
20blacklist /usr/libexec 21blacklist /usr/libexec
21 22
@@ -35,6 +36,7 @@ whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
35whitelist /usr/share/gtk-doc/html 36whitelist /usr/share/gtk-doc/html
36whitelist /usr/share/mozilla 37whitelist /usr/share/mozilla
37whitelist /usr/share/webext 38whitelist /usr/share/webext
39whitelist ${RUNUSER}/*firefox*
38include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
39 41
40# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin. 42# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin.