aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-passwdmgr.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/disable-passwdmgr.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/disable-passwdmgr.inc')
-rw-r--r--etc/inc/disable-passwdmgr.inc8
1 files changed, 8 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