aboutsummaryrefslogtreecommitdiffstats
path: root/etc/pycharm-community.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-04-12 21:09:37 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2018-04-12 21:09:37 +0200
commit099e1233d35666b4b8b8e344697ec9d4307e8bed (patch)
treeb5e30153caced461cbc0f4a096c6fbb269ad4b24 /etc/pycharm-community.profile
parentMerge branch 'master' of http://github.com/netblue30/firejail (diff)
downloadfirejail-099e1233d35666b4b8b8e344697ec9d4307e8bed.tar.gz
firejail-099e1233d35666b4b8b8e344697ec9d4307e8bed.tar.zst
firejail-099e1233d35666b4b8b8e344697ec9d4307e8bed.zip
allow java in some profiles
Diffstat (limited to 'etc/pycharm-community.profile')
-rw-r--r--etc/pycharm-community.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile
index b5e508d06..bbb907577 100644
--- a/etc/pycharm-community.profile
+++ b/etc/pycharm-community.profile
@@ -9,6 +9,12 @@ noblacklist ${HOME}/snap
9noblacklist ${HOME}/.PyCharmCE* 9noblacklist ${HOME}/.PyCharmCE*
10noblacklist ${HOME}/.java 10noblacklist ${HOME}/.java
11 11
12# Allow access to java
13noblacklist ${PATH}/java
14noblacklist /usr/lib/java
15noblacklist /etc/java
16noblacklist /usr/share/java
17
12include /etc/firejail/disable-common.inc 18include /etc/firejail/disable-common.inc
13include /etc/firejail/disable-devel.inc 19include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 20include /etc/firejail/disable-passwdmgr.inc