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 +++++++++++++++++++++++++++++++++++++++++ src/firecfg/firecfg.config | 1 + 2 files changed, 50 insertions(+) create mode 100644 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 diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index e9ecab925..af73e1c9e 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -484,6 +484,7 @@ ms-outlook ms-powerpoint ms-skype ms-word +mtpaint multimc multimc5 mumble -- cgit v1.2.3-54-g00ecf