aboutsummaryrefslogtreecommitdiffstats
path: root/etc/geany.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/geany.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/geany.profile')
-rw-r--r--etc/geany.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/geany.profile b/etc/geany.profile
index 87688ba60..2c4842c55 100644
--- a/etc/geany.profile
+++ b/etc/geany.profile
@@ -7,7 +7,9 @@ include geany.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/geany 9noblacklist ${HOME}/.config/geany
10noblacklist ${HOME}/.config/git
10noblacklist ${HOME}/.gitconfig 11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.git-credential
11noblacklist ${HOME}/.python-history 13noblacklist ${HOME}/.python-history
12noblacklist ${HOME}/.pythonrc.py 14noblacklist ${HOME}/.pythonrc.py
13 15