From 38e2fbfb3c772e32d683d3b114473bcfd53489fb Mon Sep 17 00:00:00 2001 From: kortewegdevries <62639087+kortewegdevries@users.noreply.github.com> Date: Fri, 31 Jul 2020 02:07:26 +0530 Subject: Added mtpaint profile (#3550) * Added mtpaint profile Initial * Second Remove IPC-namespace,netfilter --- etc/profile-m-z/mtpaint.profile | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 etc/profile-m-z/mtpaint.profile (limited to 'etc/profile-m-z/mtpaint.profile') diff --git a/etc/profile-m-z/mtpaint.profile b/etc/profile-m-z/mtpaint.profile new file mode 100644 index 000000000..cfd00e8ae --- /dev/null +++ b/etc/profile-m-z/mtpaint.profile @@ -0,0 +1,49 @@ +# Firejail profile for mtpaint +# Description: Simple painting and editing program +# This file is overwritten after every install/update +# Persistent local customizations +include mtpaint.local +# Persistent global definitions +include globals.local + +noblacklist ${PICTURES} + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-shell.inc +include disable-xdg.inc + +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +machine-id +net none +nodvd +no3d +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin mtpaint +private-cache +private-dev +private-tmp + +dbus-user none +dbus-system none -- cgit v1.2.3-54-g00ecf