summaryrefslogtreecommitdiffstats
path: root/etc/pycharm-community.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 13:33:30 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-22 13:33:30 +0200
commit72a1472258164e4422425c4a4f1f27b1c5132be2 (patch)
tree6ae2b4f34ee7e34928b8de6b94ecbea4e7b36a19 /etc/pycharm-community.profile
parentIntroduce allow-common-devel.inc (diff)
downloadfirejail-72a1472258164e4422425c4a4f1f27b1c5132be2.tar.gz
firejail-72a1472258164e4422425c4a4f1f27b1c5132be2.tar.zst
firejail-72a1472258164e4422425c4a4f1f27b1c5132be2.zip
add allow-common-devel to more profiles
Diffstat (limited to 'etc/pycharm-community.profile')
-rw-r--r--etc/pycharm-community.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile
index e1d55c89e..9ee426a95 100644
--- a/etc/pycharm-community.profile
+++ b/etc/pycharm-community.profile
@@ -6,13 +6,13 @@ include pycharm-community.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.PyCharmCE* 8noblacklist ${HOME}/.PyCharmCE*
9noblacklist ${HOME}/.python-history
10noblacklist ${HOME}/.python_history
11noblacklist ${HOME}/.pythonhist
12 9
13# Allow java (blacklisted by disable-devel.inc) 10# Allow java (blacklisted by disable-devel.inc)
14include allow-java.inc 11include allow-java.inc
15 12
13# Allows files commonly used by IDEs
14include allow-common-devel.inc
15
16include disable-common.inc 16include disable-common.inc
17include disable-devel.inc 17include disable-devel.inc
18include disable-passwdmgr.inc 18include disable-passwdmgr.inc