From 7f43d7015b5e1516be7298f13d6e2ec73f99aec7 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 17 Feb 2019 11:07:17 +0100 Subject: Add profiles for mypaint & mypaint-ora-thumbnailer --- etc/mypaint.profile | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 etc/mypaint.profile (limited to 'etc/mypaint.profile') diff --git a/etc/mypaint.profile b/etc/mypaint.profile new file mode 100644 index 000000000..1af6f3026 --- /dev/null +++ b/etc/mypaint.profile @@ -0,0 +1,51 @@ +# Firejail profile for mypaint +# Description: A fast and easy graphics application for digital painters +# This file is overwritten after every install/update +# Persistent local customizations +include mypaint.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/mypaint +noblacklist ${HOME}/.config/mypaint +noblacklist ${HOME}/.local/share/mypaint +noblacklist ${PATH}/python2* +noblacklist /usr/lib/python2* +noblacklist ${PICTURES} + +include disable-common.inc +include disable-devel.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc + +apparmor +caps.drop all +machine-id +net none +no3d +nodbus +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-cache +private-dev +private-etc fonts,gtk-3.0,dconf +private-tmp + +noexec ${HOME} +noexec /tmp + +# vim:set syntax=sh: -- cgit v1.2.3-70-g09d2