aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-passwdmgr.inc
diff options
context:
space:
mode:
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