aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-01-27 00:53:53 +0000
committerLibravatar GitHub <noreply@github.com>2021-01-27 00:53:53 +0000
commitc782ecbfb95df57ead2ff9355ebe76195a96e07b (patch)
tree7121d79c37db1e7ae69418c38d5ac37a5d77a33e
parentrel 0.9.64.2 testing - make test-compile (diff)
downloadfirejail-c782ecbfb95df57ead2ff9355ebe76195a96e07b.tar.gz
firejail-c782ecbfb95df57ead2ff9355ebe76195a96e07b.tar.zst
firejail-c782ecbfb95df57ead2ff9355ebe76195a96e07b.zip
remove noblacklist without blacklist (#3920)
* remove noblacklist without blacklist in aosp ${HOME}/.bash_history is not blacklisted anywhere. Hence a noblacklist doesn't make sense here. * remove noblacklist without blacklist in gnome-builder ${HOME}/.bash_history is not blacklisted anywhere. Hence a noblacklist doesn't make sense here.
-rw-r--r--etc/profile-a-l/aosp.profile1
-rw-r--r--etc/profile-a-l/gnome-builder.profile2
2 files changed, 0 insertions, 3 deletions
diff --git a/etc/profile-a-l/aosp.profile b/etc/profile-a-l/aosp.profile
index a5b1ba9f1..7743f3d45 100644
--- a/etc/profile-a-l/aosp.profile
+++ b/etc/profile-a-l/aosp.profile
@@ -6,7 +6,6 @@ include aosp.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.android 8noblacklist ${HOME}/.android
9noblacklist ${HOME}/.bash_history
10noblacklist ${HOME}/.jack-server 9noblacklist ${HOME}/.jack-server
11noblacklist ${HOME}/.jack-settings 10noblacklist ${HOME}/.jack-settings
12noblacklist ${HOME}/.repo_.gitconfig.json 11noblacklist ${HOME}/.repo_.gitconfig.json
diff --git a/etc/profile-a-l/gnome-builder.profile b/etc/profile-a-l/gnome-builder.profile
index 8f637902c..a90766f71 100644
--- a/etc/profile-a-l/gnome-builder.profile
+++ b/etc/profile-a-l/gnome-builder.profile
@@ -6,8 +6,6 @@ include gnome-builder.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.bash_history
10
11noblacklist ${HOME}/.cache/gnome-builder 9noblacklist ${HOME}/.cache/gnome-builder
12noblacklist ${HOME}/.config/gnome-builder 10noblacklist ${HOME}/.config/gnome-builder
13noblacklist ${HOME}/.local/share/gnome-builder 11noblacklist ${HOME}/.local/share/gnome-builder