Hi,<br><br>1) Is it possible to allow default access for a program but deny only a single directory like /home/user/Documents?<br><br>2) I'd like to restrict PyCharm which is a java program runned by pycharm.sh file with content:<br>

<br>...<br>  MAIN_CLASS_NAME="com.intellij.idea.Main"<br><br>  eval $JDK/bin/java $ALL_JVM_ARGS -Djb.restart.code=88 $MAIN_CLASS_NAME $*<br><br>When it's run, ps x gives the following result:<br><br> 20971 pts/3    Sl+    0:27 /usr/lib/jdk.1.7.0_06/bin/java -Xms128m -Xmx800m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=64m -ea -Djb.vmOptionsFile=./pycharm64.vmoptions -Xb<br>

<br><br>Can I restrict speficially this process but not the whole java?<br><br>Thanks,<br><br>