aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/idea.sh.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-25 12:32:05 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-25 12:32:05 +0000
commit8b50039a1fad123b90172fadc85bc232e97eb6d1 (patch)
treec17c687e310c9d3ad7874dd40636c104d308e9a6 /etc/profile-a-l/idea.sh.profile
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
parentMerge branch 'master' into revert-allow-deny-etc (diff)
downloadfirejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.tar.gz
firejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.tar.zst
firejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.zip
Merge pull request #4410 from kmk3/revert-allow-deny-etc
Revert "move whitelist/blacklist to allow/deny"
Diffstat (limited to 'etc/profile-a-l/idea.sh.profile')
-rw-r--r--etc/profile-a-l/idea.sh.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile-a-l/idea.sh.profile b/etc/profile-a-l/idea.sh.profile
index 180b62ec2..680b8e777 100644
--- a/etc/profile-a-l/idea.sh.profile
+++ b/etc/profile-a-l/idea.sh.profile
@@ -5,12 +5,12 @@ include idea.sh.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8nodeny ${HOME}/.IdeaIC* 8noblacklist ${HOME}/.IdeaIC*
9nodeny ${HOME}/.android 9noblacklist ${HOME}/.android
10nodeny ${HOME}/.jack-server 10noblacklist ${HOME}/.jack-server
11nodeny ${HOME}/.jack-settings 11noblacklist ${HOME}/.jack-settings
12nodeny ${HOME}/.local/share/JetBrains 12noblacklist ${HOME}/.local/share/JetBrains
13nodeny ${HOME}/.tooling 13noblacklist ${HOME}/.tooling
14 14
15# Allows files commonly used by IDEs 15# Allows files commonly used by IDEs
16include allow-common-devel.inc 16include allow-common-devel.inc