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 13:06:59 +0200
commit63efb454a4af0ee5d4905f7cfae193138aef3e15 (patch)
tree2903a2dea16c9f3e8fe5b257ed6859189c405c4f /etc/gitg.profile
parentArch Linux fixes (diff)
downloadfirejail-63efb454a4af0ee5d4905f7cfae193138aef3e15.tar.gz
firejail-63efb454a4af0ee5d4905f7cfae193138aef3e15.tar.zst
firejail-63efb454a4af0ee5d4905f7cfae193138aef3e15.zip
blacklist .git-credentials & .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..656d5cfd8 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-credentials
10noblacklist ${HOME}/.local/share/gitg 12noblacklist ${HOME}/.local/share/gitg
11noblacklist ${HOME}/.ssh 13noblacklist ${HOME}/.ssh
12 14