aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mypaint.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-02-17 11:07:17 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-02-17 11:07:17 +0100
commit7f43d7015b5e1516be7298f13d6e2ec73f99aec7 (patch)
tree03d1589eb1c6151c20e03d8b566a519ab4ec5c04 /etc/mypaint.profile
parenttypo (diff)
downloadfirejail-7f43d7015b5e1516be7298f13d6e2ec73f99aec7.tar.gz
firejail-7f43d7015b5e1516be7298f13d6e2ec73f99aec7.tar.zst
firejail-7f43d7015b5e1516be7298f13d6e2ec73f99aec7.zip
Add profiles for mypaint & mypaint-ora-thumbnailer
Diffstat (limited to 'etc/mypaint.profile')
-rw-r--r--etc/mypaint.profile51
1 files changed, 51 insertions, 0 deletions
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 @@
1# Firejail profile for mypaint
2# Description: A fast and easy graphics application for digital painters
3# This file is overwritten after every install/update
4# Persistent local customizations
5include mypaint.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/mypaint
10noblacklist ${HOME}/.config/mypaint
11noblacklist ${HOME}/.local/share/mypaint
12noblacklist ${PATH}/python2*
13noblacklist /usr/lib/python2*
14noblacklist ${PICTURES}
15
16include disable-common.inc
17include disable-devel.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21include disable-xdg.inc
22
23apparmor
24caps.drop all
25machine-id
26net none
27no3d
28nodbus
29nodvd
30nogroups
31nonewprivs
32noroot
33nosound
34notv
35nou2f
36novideo
37protocol unix
38seccomp
39shell none
40tracelog
41
42disable-mnt
43private-cache
44private-dev
45private-etc fonts,gtk-3.0,dconf
46private-tmp
47
48noexec ${HOME}
49noexec /tmp
50
51# vim:set syntax=sh: