aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-08-04 16:29:41 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-08-04 16:33:11 +0200
commitf4b36e80321379c4917c7ab9c9b3bbcfad05899f (patch)
tree47f06094fc7568a848af10ffdb1393f9083abde6 /etc/inc
parentAdded ~/Private blacklist (#4434) (diff)
downloadfirejail-f4b36e80321379c4917c7ab9c9b3bbcfad05899f.tar.gz
firejail-f4b36e80321379c4917c7ab9c9b3bbcfad05899f.tar.zst
firejail-f4b36e80321379c4917c7ab9c9b3bbcfad05899f.zip
Profile fixes
- Fix #4157 -- [Feature] Should rmenv GitHub auth tokens There are still more token variables from other program that should be added. - Fix #4093 -- darktable needs read access to liblua* - Fix #4383 -- move noblacklist ${HOME}/.bogofilter to email-common.profile for claws-mail (and other mailers) - Fix xournalpp.profile - syscalls.txt: ausyscall i386 -> firejail --debug-syscalls32
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/disable-passwdmgr.inc8
-rw-r--r--etc/inc/disable-programs.inc2
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/inc/disable-passwdmgr.inc b/etc/inc/disable-passwdmgr.inc
index 3ed9a1b14..5876e2763 100644
--- a/etc/inc/disable-passwdmgr.inc
+++ b/etc/inc/disable-passwdmgr.inc
@@ -17,3 +17,11 @@ blacklist ${HOME}/.lastpass
17blacklist ${HOME}/.local/share/KeePass 17blacklist ${HOME}/.local/share/KeePass
18blacklist ${HOME}/.local/share/keepass 18blacklist ${HOME}/.local/share/keepass
19blacklist ${HOME}/.password-store 19blacklist ${HOME}/.password-store
20
21# Remove environment variables with auth tokens.
22# Note however that the sandbox might still have access to the
23# files where these variables are set.
24rmenv GH_TOKEN
25rmenv GITHUB_TOKEN
26rmenv GH_ENTERPRISE_TOKEN
27rmenv GITHUB_ENTERPRISE_TOKEN
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index cdc5f622c..f8a94e498 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -438,6 +438,7 @@ blacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
438blacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml 438blacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml
439blacklist ${HOME}/.config/xiaoyong 439blacklist ${HOME}/.config/xiaoyong
440blacklist ${HOME}/.config/xmms2 440blacklist ${HOME}/.config/xmms2
441blacklist ${HOME}/.config/xournalpp
441blacklist ${HOME}/.config/xplayer 442blacklist ${HOME}/.config/xplayer
442blacklist ${HOME}/.config/xreader 443blacklist ${HOME}/.config/xreader
443blacklist ${HOME}/.config/xviewer 444blacklist ${HOME}/.config/xviewer
@@ -1099,6 +1100,7 @@ blacklist ${HOME}/.cache/waterfox
1099blacklist ${HOME}/.cache/wesnoth 1100blacklist ${HOME}/.cache/wesnoth
1100blacklist ${HOME}/.cache/winetricks 1101blacklist ${HOME}/.cache/winetricks
1101blacklist ${HOME}/.cache/xmms2 1102blacklist ${HOME}/.cache/xmms2
1103blacklist ${HOME}/.cache/xournalpp
1102blacklist ${HOME}/.cache/xreader 1104blacklist ${HOME}/.cache/xreader
1103blacklist ${HOME}/.cache/yandex-browser 1105blacklist ${HOME}/.cache/yandex-browser
1104blacklist ${HOME}/.cache/yandex-browser-beta 1106blacklist ${HOME}/.cache/yandex-browser-beta