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/shotcut.profile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 etc/shotcut.profile (limited to 'etc/shotcut.profile') diff --git a/etc/shotcut.profile b/etc/shotcut.profile new file mode 100644 index 000000000..2bf3cc2e0 --- /dev/null +++ b/etc/shotcut.profile @@ -0,0 +1,28 @@ +# Firejail profile for shotcut +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/shotcut.local +# Persistent global definitions +include /etc/firejail/globals.local + +blacklist /usr/local/bin + +whitelist ${DOWNLOADS} +whitelist ${HOME}/.config/Meltytech +whitelist ${HOME}/Videos +whitelist /tmp/.X11-unix +include /etc/firejail/whitelist-common.inc + +caps.drop all +net none +nogroups +noroot +seccomp +shell none + +private-bin shotcut,melt,qmelt,nice +private-dev +private-etc X11,alternatives,pulse,fonts + +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf