From 9c833ae929f64fa54c5d8aa49e4a784803b805c8 Mon Sep 17 00:00:00 2001 From: Chiraag Nataraj Date: Sat, 16 Sep 2017 13:18:26 -0400 Subject: Add 31 profiles --- etc/brackets.profile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 etc/brackets.profile (limited to 'etc/brackets.profile') diff --git a/etc/brackets.profile b/etc/brackets.profile new file mode 100644 index 000000000..3c7622435 --- /dev/null +++ b/etc/brackets.profile @@ -0,0 +1,31 @@ +# Firejail profile for brackets +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/brackets.local +# Persistent global definitions +include /etc/firejail/globals.local + +blacklist /boot +blacklist /media +blacklist /mnt + +whitelist ${DOWNLOADS} +whitelist ${HOME}/.config/Brackets +whitelist ${HOME}/.gtkrc-2.0 +whitelist ${HOME}/.themes +whitelist ${HOME}/Documents +whitelist /opt/brackets/ +whitelist /opt/google/ +whitelist /tmp/.X11-unix +include /etc/firejail/whitelist-common.inc + +caps.drop all +# Comment out or use --ignore=net if you want to install extensions or themes +net none +# Disable these if you use live preview (until I figure out a workaround) +# Doing so should be relatively safe since there is no network access +noroot +seccomp + +private-bin bash,brackets,readlink,dirname,google-chrome,cat +private-dev -- cgit v1.2.3-70-g09d2