aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-05-28 14:34:52 +0000
committerLibravatar GitHub <noreply@github.com>2022-05-28 14:34:52 +0000
commit069defab64e2a5d10e87f0d32b71eed443e41c01 (patch)
treecd4265cbba321005710fe8c8391922bf4ecb9f09 /etc/profile-a-l
parentRemoved IDS feature from the default build. To enable it, use --enable-ids at... (diff)
downloadfirejail-069defab64e2a5d10e87f0d32b71eed443e41c01.tar.gz
firejail-069defab64e2a5d10e87f0d32b71eed443e41c01.tar.zst
firejail-069defab64e2a5d10e87f0d32b71eed443e41c01.zip
minor fixes for git.profile (#5165)
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/git.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/profile-a-l/git.profile b/etc/profile-a-l/git.profile
index b0318e4a3..4e71f0d5e 100644
--- a/etc/profile-a-l/git.profile
+++ b/etc/profile-a-l/git.profile
@@ -12,12 +12,19 @@ noblacklist ${HOME}/.config/nano
12noblacklist ${HOME}/.emacs 12noblacklist ${HOME}/.emacs
13noblacklist ${HOME}/.emacs.d 13noblacklist ${HOME}/.emacs.d
14noblacklist ${HOME}/.gitconfig 14noblacklist ${HOME}/.gitconfig
15noblacklist ${HOME}/.git-credential-cache
15noblacklist ${HOME}/.git-credentials 16noblacklist ${HOME}/.git-credentials
16noblacklist ${HOME}/.gnupg 17noblacklist ${HOME}/.gnupg
17noblacklist ${HOME}/.nanorc 18noblacklist ${HOME}/.nanorc
18noblacklist ${HOME}/.vim 19noblacklist ${HOME}/.vim
19noblacklist ${HOME}/.viminfo 20noblacklist ${HOME}/.viminfo
20 21
22# Allow environment variables (rmenv'ed by disable-common.inc)
23ignore rmenv GH_TOKEN
24ignore rmenv GITHUB_TOKEN
25ignore rmenv GH_ENTERPRISE_TOKEN
26ignore rmenv GITHUB_ENTERPRISE_TOKEN
27
21# Allow ssh (blacklisted by disable-common.inc) 28# Allow ssh (blacklisted by disable-common.inc)
22include allow-ssh.inc 29include allow-ssh.inc
23 30