From 018d75775eab4a0f045949a9d069c57686ca2686 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Apr 2020 08:24:28 -0400 Subject: reorganize github etc directory --- etc/profile-m-z/pycharm-community.profile | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 etc/profile-m-z/pycharm-community.profile (limited to 'etc/profile-m-z/pycharm-community.profile') diff --git a/etc/profile-m-z/pycharm-community.profile b/etc/profile-m-z/pycharm-community.profile new file mode 100644 index 000000000..9ee426a95 --- /dev/null +++ b/etc/profile-m-z/pycharm-community.profile @@ -0,0 +1,38 @@ +# Firejail profile for pycharm-community +# This file is overwritten after every install/update +# Persistent local customizations +include pycharm-community.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.PyCharmCE* + +# Allow java (blacklisted by disable-devel.inc) +include allow-java.inc + +# Allows files commonly used by IDEs +include allow-common-devel.inc + +include disable-common.inc +include disable-devel.inc +include disable-passwdmgr.inc +include disable-programs.inc + +caps.drop all +machine-id +nodvd +nogroups +nosound +notv +nou2f +novideo +shell none +tracelog + +# private-etc alternatives,fonts,passwd - minimal required to run but will probably break +# program! +private-cache +private-dev +private-tmp + +noexec /tmp -- cgit v1.2.3-54-g00ecf