aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gitg.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-24 12:54:40 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-24 12:54:40 +0200
commit6e8ba04daba78bdb3a8e5267a053ff2467f44c9e (patch)
tree6e836471733d2f4051f16f4cc1d230ff6bd4cbae /etc/gitg.profile
parentArch Linux fixes (diff)
downloadfirejail-6e8ba04daba78bdb3a8e5267a053ff2467f44c9e.tar.gz
firejail-6e8ba04daba78bdb3a8e5267a053ff2467f44c9e.tar.zst
firejail-6e8ba04daba78bdb3a8e5267a053ff2467f44c9e.zip
blacklist .git-credential & .config/git (#2663) …
and noblacklist they in all profiles with noblacklist .gitconfig
Diffstat (limited to 'etc/gitg.profile')
-rw-r--r--etc/gitg.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/gitg.profile b/etc/gitg.profile
index a40d8791c..8c89f40e4 100644
--- a/etc/gitg.profile
+++ b/etc/gitg.profile
@@ -6,7 +6,9 @@ include gitg.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/git
9noblacklist ${HOME}/.gitconfig 10noblacklist ${HOME}/.gitconfig
11noblacklist ${HOME}/.git-credential
10noblacklist ${HOME}/.local/share/gitg 12noblacklist ${HOME}/.local/share/gitg
11noblacklist ${HOME}/.ssh 13noblacklist ${HOME}/.ssh
12 14