summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--etc/android-studio.profile2
-rw-r--r--etc/aosp.profile2
-rw-r--r--etc/atom.profile2
-rw-r--r--etc/brackets.profile2
-rw-r--r--etc/clion.profile2
-rw-r--r--etc/code.profile2
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--etc/geany.profile2
-rw-r--r--etc/gedit.profile2
-rw-r--r--etc/git.profile2
-rw-r--r--etc/gitg.profile2
-rw-r--r--etc/github-desktop.profile4
-rw-r--r--etc/gnome-builder.profile2
-rw-r--r--etc/idea.sh.profile2
-rw-r--r--etc/meld.profile2
-rw-r--r--etc/webstorm.profile2
16 files changed, 33 insertions, 1 deletions
diff --git a/etc/android-studio.profile b/etc/android-studio.profile
index 180e4871b..ff7fb6711 100644
--- a/etc/android-studio.profile
+++ b/etc/android-studio.profile
@@ -7,7 +7,9 @@ include globals.local
7 7
8noblacklist ${HOME}/.AndroidStudio* 8noblacklist ${HOME}/.AndroidStudio*
9noblacklist ${HOME}/.android 9noblacklist ${HOME}/.android
10noblacklist ${HOME}/.config/git
10noblacklist ${HOME}/.gitconfig 11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.git-credentials
11noblacklist ${HOME}/.gradle 13noblacklist ${HOME}/.gradle
12noblacklist ${HOME}/.jack-server 14noblacklist ${HOME}/.jack-server
13noblacklist ${HOME}/.jack-settings 15noblacklist ${HOME}/.jack-settings
diff --git a/etc/aosp.profile b/etc/aosp.profile
index a4eea4bad..bdfefa923 100644
--- a/etc/aosp.profile
+++ b/etc/aosp.profile
@@ -8,7 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.android 9noblacklist ${HOME}/.android
10noblacklist ${HOME}/.bash_history 10noblacklist ${HOME}/.bash_history
11noblacklist ${HOME}/.config/git
11noblacklist ${HOME}/.gitconfig 12noblacklist ${HOME}/.gitconfig
13noblacklist ${HOME}/.git-credentials
12noblacklist ${HOME}/.gradle 14noblacklist ${HOME}/.gradle
13noblacklist ${HOME}/.jack-server 15noblacklist ${HOME}/.jack-server
14noblacklist ${HOME}/.jack-settings 16noblacklist ${HOME}/.jack-settings
diff --git a/etc/atom.profile b/etc/atom.profile
index 050a34530..a3c62284c 100644
--- a/etc/atom.profile
+++ b/etc/atom.profile
@@ -8,9 +8,11 @@ include globals.local
8 8
9noblacklist ${HOME}/.atom 9noblacklist ${HOME}/.atom
10noblacklist ${HOME}/.config/Atom 10noblacklist ${HOME}/.config/Atom
11noblacklist ${HOME}/.config/git
11noblacklist ${HOME}/.cargo/config 12noblacklist ${HOME}/.cargo/config
12noblacklist ${HOME}/.cargo/registry 13noblacklist ${HOME}/.cargo/registry
13noblacklist ${HOME}/.gitconfig 14noblacklist ${HOME}/.gitconfig
15noblacklist ${HOME}/.git-credentials
14noblacklist ${HOME}/.pythonrc.py 16noblacklist ${HOME}/.pythonrc.py
15 17
16include disable-common.inc 18include disable-common.inc
diff --git a/etc/brackets.profile b/etc/brackets.profile
index 46870e1ad..fa0d7e592 100644
--- a/etc/brackets.profile
+++ b/etc/brackets.profile
@@ -12,7 +12,9 @@ noblacklist ${HOME}/.config/Brackets
12# or put it in your brackets.local 12# or put it in your brackets.local
13#noblacklist ${HOME}/.cargo/config 13#noblacklist ${HOME}/.cargo/config
14#noblacklist ${HOME}/.cargo/registry 14#noblacklist ${HOME}/.cargo/registry
15noblacklist ${HOME}/.config/git
15noblacklist ${HOME}/.gitconfig 16noblacklist ${HOME}/.gitconfig
17noblacklist ${HOME}/.git-credentials
16 18
17include disable-common.inc 19include disable-common.inc
18include disable-passwdmgr.inc 20include disable-passwdmgr.inc
diff --git a/etc/clion.profile b/etc/clion.profile
index e230a740d..b27d93684 100644
--- a/etc/clion.profile
+++ b/etc/clion.profile
@@ -6,7 +6,9 @@ include clion.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.CLion* 8noblacklist ${HOME}/.CLion*
9noblacklist ${HOME}/.config/git
9noblacklist ${HOME}/.gitconfig 10noblacklist ${HOME}/.gitconfig
11noblacklist ${HOME}/.git-credentials
10noblacklist ${HOME}/.java 12noblacklist ${HOME}/.java
11noblacklist ${HOME}/.local/share/JetBrains 13noblacklist ${HOME}/.local/share/JetBrains
12noblacklist ${HOME}/.ssh 14noblacklist ${HOME}/.ssh
diff --git a/etc/code.profile b/etc/code.profile
index e7b65ea4b..16678459e 100644
--- a/etc/code.profile
+++ b/etc/code.profile
@@ -9,7 +9,9 @@ noblacklist ${HOME}/.cargo/config
9noblacklist ${HOME}/.cargo/registry 9noblacklist ${HOME}/.cargo/registry
10noblacklist ${HOME}/.config/Code 10noblacklist ${HOME}/.config/Code
11noblacklist ${HOME}/.config/Code - OSS 11noblacklist ${HOME}/.config/Code - OSS
12noblacklist ${HOME}/.config/git
12noblacklist ${HOME}/.gitconfig 13noblacklist ${HOME}/.gitconfig
14noblacklist ${HOME}/.git-credentials
13noblacklist ${HOME}/.pythonrc.py 15noblacklist ${HOME}/.pythonrc.py
14noblacklist ${HOME}/.vscode 16noblacklist ${HOME}/.vscode
15noblacklist ${HOME}/.vscode-oss 17noblacklist ${HOME}/.vscode-oss
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 7e12b97b2..f0d6611ad 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -168,6 +168,7 @@ blacklist ${HOME}/.config/gedit
168blacklist ${HOME}/.config/geeqie 168blacklist ${HOME}/.config/geeqie
169blacklist ${HOME}/.config/ghb 169blacklist ${HOME}/.config/ghb
170blacklist ${HOME}/.config/ghostwriter 170blacklist ${HOME}/.config/ghostwriter
171blacklist ${HOME}/.config/git
171blacklist ${HOME}/.config/globaltime 172blacklist ${HOME}/.config/globaltime
172blacklist ${HOME}/.config/gnome-mplayer 173blacklist ${HOME}/.config/gnome-mplayer
173blacklist ${HOME}/.config/gnome-mpv 174blacklist ${HOME}/.config/gnome-mpv
@@ -332,6 +333,7 @@ blacklist ${HOME}/.freecol
332blacklist ${HOME}/.freemind 333blacklist ${HOME}/.freemind
333blacklist ${HOME}/.frozen-bubble 334blacklist ${HOME}/.frozen-bubble
334blacklist ${HOME}/.gimp* 335blacklist ${HOME}/.gimp*
336blacklist ${HOME}/.git-credentials
335blacklist ${HOME}/.git-credential-cache 337blacklist ${HOME}/.git-credential-cache
336blacklist ${HOME}/.gitconfig 338blacklist ${HOME}/.gitconfig
337blacklist ${HOME}/.gnome/gnome-schedule 339blacklist ${HOME}/.gnome/gnome-schedule
diff --git a/etc/geany.profile b/etc/geany.profile
index 87688ba60..b9c0da12e 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-credentials
11noblacklist ${HOME}/.python-history 13noblacklist ${HOME}/.python-history
12noblacklist ${HOME}/.pythonrc.py 14noblacklist ${HOME}/.pythonrc.py
13 15
diff --git a/etc/gedit.profile b/etc/gedit.profile
index 54a942fdc..ca2cf6e92 100644
--- a/etc/gedit.profile
+++ b/etc/gedit.profile
@@ -8,7 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/enchant 9noblacklist ${HOME}/.config/enchant
10noblacklist ${HOME}/.config/gedit 10noblacklist ${HOME}/.config/gedit
11noblacklist ${HOME}/.config/git
11noblacklist ${HOME}/.gitconfig 12noblacklist ${HOME}/.gitconfig
13noblacklist ${HOME}/.git-credentials
12noblacklist ${HOME}/.python-history 14noblacklist ${HOME}/.python-history
13noblacklist ${HOME}/.pythonrc.py 15noblacklist ${HOME}/.pythonrc.py
14 16
diff --git a/etc/git.profile b/etc/git.profile
index 44e3474f8..0eb69faed 100644
--- a/etc/git.profile
+++ b/etc/git.profile
@@ -9,10 +9,12 @@ include globals.local
9 9
10blacklist /tmp/.X11-unix 10blacklist /tmp/.X11-unix
11 11
12noblacklist ${HOME}/.config/git
12noblacklist ${HOME}/.config/nano 13noblacklist ${HOME}/.config/nano
13noblacklist ${HOME}/.emacs 14noblacklist ${HOME}/.emacs
14noblacklist ${HOME}/.emacs.d 15noblacklist ${HOME}/.emacs.d
15noblacklist ${HOME}/.gitconfig 16noblacklist ${HOME}/.gitconfig
17noblacklist ${HOME}/.git-credentials
16noblacklist ${HOME}/.gnupg 18noblacklist ${HOME}/.gnupg
17noblacklist ${HOME}/.nanorc 19noblacklist ${HOME}/.nanorc
18noblacklist ${HOME}/.oh-my-zsh 20noblacklist ${HOME}/.oh-my-zsh
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
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
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
index a045fa4e5..c2459e6ee 100644
--- a/etc/gnome-builder.profile
+++ b/etc/gnome-builder.profile
@@ -8,7 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.cargo/config 9noblacklist ${HOME}/.cargo/config
10noblacklist ${HOME}/.cargo/registry 10noblacklist ${HOME}/.cargo/registry
11noblacklist ${HOME}/.config/git
11noblacklist ${HOME}/.gitconfig 12noblacklist ${HOME}/.gitconfig
13noblacklist ${HOME}/.git-credentials
12noblacklist ${HOME}/.python-history 14noblacklist ${HOME}/.python-history
13noblacklist ${HOME}/.pythonrc.py 15noblacklist ${HOME}/.pythonrc.py
14 16
diff --git a/etc/idea.sh.profile b/etc/idea.sh.profile
index bbacef764..4f3047e08 100644
--- a/etc/idea.sh.profile
+++ b/etc/idea.sh.profile
@@ -7,7 +7,9 @@ include globals.local
7 7
8noblacklist ${HOME}/.IdeaIC* 8noblacklist ${HOME}/.IdeaIC*
9noblacklist ${HOME}/.android 9noblacklist ${HOME}/.android
10noblacklist ${HOME}/.config/git
10noblacklist ${HOME}/.gitconfig 11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.git-credentials
11noblacklist ${HOME}/.gradle 13noblacklist ${HOME}/.gradle
12noblacklist ${HOME}/.jack-server 14noblacklist ${HOME}/.jack-server
13noblacklist ${HOME}/.jack-settings 15noblacklist ${HOME}/.jack-settings
diff --git a/etc/meld.profile b/etc/meld.profile
index 395771cf2..5e5c86368 100644
--- a/etc/meld.profile
+++ b/etc/meld.profile
@@ -16,7 +16,9 @@ noblacklist /usr/lib/python3*
16noblacklist /usr/local/lib/python2* 16noblacklist /usr/local/lib/python2*
17noblacklist /usr/local/lib/python3* 17noblacklist /usr/local/lib/python3*
18 18
19noblacklist ${HOME}/.config/git
19noblacklist ${HOME}/.gitconfig 20noblacklist ${HOME}/.gitconfig
21noblacklist ${HOME}/.git-credentials
20noblacklist ${HOME}/.ssh 22noblacklist ${HOME}/.ssh
21noblacklist ${HOME}/.subversion 23noblacklist ${HOME}/.subversion
22 24
diff --git a/etc/webstorm.profile b/etc/webstorm.profile
index 4979e8186..b97ea8d2f 100644
--- a/etc/webstorm.profile
+++ b/etc/webstorm.profile
@@ -7,7 +7,9 @@ include globals.local
7 7
8noblacklist ${HOME}/.WebStorm* 8noblacklist ${HOME}/.WebStorm*
9noblacklist ${HOME}/.android 9noblacklist ${HOME}/.android
10noblacklist ${HOME}/.config/git
10noblacklist ${HOME}/.gitconfig 11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.git-credentials
11noblacklist ${HOME}/.gradle 13noblacklist ${HOME}/.gradle
12noblacklist ${HOME}/.java 14noblacklist ${HOME}/.java
13noblacklist ${HOME}/.local/share/JetBrains 15noblacklist ${HOME}/.local/share/JetBrains