aboutsummaryrefslogtreecommitdiffstats
path: root/etc/github-desktop.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/github-desktop.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/github-desktop.profile')
-rw-r--r--etc/github-desktop.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/github-desktop.profile b/etc/github-desktop.profile
index cddb5fcbf..4a969f9ad 100644
--- a/etc/github-desktop.profile
+++ b/etc/github-desktop.profile
@@ -6,8 +6,10 @@ include github-desktop.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.gitconfig
10noblacklist ${HOME}/.config/GitHub Desktop 9noblacklist ${HOME}/.config/GitHub Desktop
10noblacklist ${HOME}/.config/git
11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.git-credentials
11 13
12include disable-common.inc 14include disable-common.inc
13include disable-passwdmgr.inc 15include disable-passwdmgr.inc