aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar kortewegdevries <62639087+kortewegdevries@users.noreply.github.com>2020-07-31 02:07:26 +0530
committerLibravatar GitHub <noreply@github.com>2020-07-30 20:37:26 +0000
commit38e2fbfb3c772e32d683d3b114473bcfd53489fb (patch)
treec9b3958343e55e60934f80c03eeb648f41fa641e /etc
parentinitial /home cleaning: fail gently if home directory is a FUSE mount (diff)
downloadfirejail-38e2fbfb3c772e32d683d3b114473bcfd53489fb.tar.gz
firejail-38e2fbfb3c772e32d683d3b114473bcfd53489fb.tar.zst
firejail-38e2fbfb3c772e32d683d3b114473bcfd53489fb.zip
Added mtpaint profile (#3550)
* Added mtpaint profile Initial * Second Remove IPC-namespace,netfilter
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/mtpaint.profile49
1 files changed, 49 insertions, 0 deletions
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 @@
1# Firejail profile for mtpaint
2# Description: Simple painting and editing program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include mtpaint.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${PICTURES}
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-shell.inc
18include disable-xdg.inc
19
20include whitelist-runuser-common.inc
21include whitelist-usr-share-common.inc
22include whitelist-var-common.inc
23
24apparmor
25caps.drop all
26machine-id
27net none
28nodvd
29no3d
30nogroups
31nonewprivs
32noroot
33nosound
34notv
35nou2f
36novideo
37protocol unix
38seccomp
39shell none
40tracelog
41
42disable-mnt
43private-bin mtpaint
44private-cache
45private-dev
46private-tmp
47
48dbus-user none
49dbus-system none