diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 08:19:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-18 08:19:23 -0300 |
commit | a67384261f08c36eace0871ff5e7ed405801ea71 (patch) | |
tree | 10234c46f9e157960c856878aa5f51112d66cb86 | |
parent | de50467a2f179ead04a9403033f2dafdcb284865 (diff) | |
download | xsession-a67384261f08c36eace0871ff5e7ed405801ea71.tar.gz xsession-a67384261f08c36eace0871ff5e7ed405801ea71.tar.bz2 |
Allow git to work with some other configs
-rw-r--r-- | config.dot/firejail/git.profile.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.dot/firejail/git.profile.link b/config.dot/firejail/git.profile.link index 1521c6b..d7acd18 100644 --- a/config.dot/firejail/git.profile.link +++ b/config.dot/firejail/git.profile.link @@ -8,6 +8,10 @@ noblacklist ~/.emacs.d noblacklist ~/.viminfo noblacklist ~/.vim +# allow git to work with some other configs +noblacklist ${HOME}/.config/autostart +noblacklist ${HOME}/.mutt + # custom noblacklist ~/.custom/gitconfig noblacklist ${PATH}/nc |