aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-07-28 21:15:36 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-07-28 21:15:36 +0200
commit982013d3b2d505afaff896a8b50b5655f35d39b5 (patch)
treecced736ef0d242210a5055ae334be0b31a956fe9 /etc
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-982013d3b2d505afaff896a8b50b5655f35d39b5.tar.gz
firejail-982013d3b2d505afaff896a8b50b5655f35d39b5.tar.zst
firejail-982013d3b2d505afaff896a8b50b5655f35d39b5.zip
Fixup: Fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/firefox.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 7da2f276c..cdc5f622c 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -926,6 +926,7 @@ blacklist ${HOME}/hyperrogue.ini
926blacklist ${HOME}/i2p 926blacklist ${HOME}/i2p
927blacklist ${HOME}/mps 927blacklist ${HOME}/mps
928blacklist ${HOME}/wallet.dat 928blacklist ${HOME}/wallet.dat
929blacklist ${RUNUSER}/*firefox*
929blacklist /tmp/.wine-* 930blacklist /tmp/.wine-*
930blacklist /tmp/akonadi-* 931blacklist /tmp/akonadi-*
931blacklist /var/games/nethack 932blacklist /var/games/nethack
@@ -1103,5 +1104,4 @@ blacklist ${HOME}/.cache/yandex-browser
1103blacklist ${HOME}/.cache/yandex-browser-beta 1104blacklist ${HOME}/.cache/yandex-browser-beta
1104blacklist ${HOME}/.cache/youtube-dl 1105blacklist ${HOME}/.cache/youtube-dl
1105blacklist ${HOME}/.cache/youtube-viewer 1106blacklist ${HOME}/.cache/youtube-viewer
1106blacklist ${RUNUSER}/*firefox*
1107blacklist ${HOME}/.cache/zim 1107blacklist ${HOME}/.cache/zim
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index ff2a499dc..5a123d081 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -36,7 +36,7 @@ whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
36whitelist /usr/share/gtk-doc/html 36whitelist /usr/share/gtk-doc/html
37whitelist /usr/share/mozilla 37whitelist /usr/share/mozilla
38whitelist /usr/share/webext 38whitelist /usr/share/webext
39whitelist ${RUNUSER}/*firefox* 39whitelist ${RUNUSER}/*firefox*
40include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
41 41
42# 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.