aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-07 13:58:37 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-01-08 22:01:41 +0100
commitd0004b845d074d6a1bffa1b4212dd3782f4999c3 (patch)
tree4e3e3c8da0e6935ad49cce7bf04a2d81c1a3535c
parentrefactor mattermost-desktop as electron redirect (#3806) (diff)
downloadfirejail-d0004b845d074d6a1bffa1b4212dd3782f4999c3.tar.gz
firejail-d0004b845d074d6a1bffa1b4212dd3782f4999c3.tar.zst
firejail-d0004b845d074d6a1bffa1b4212dd3782f4999c3.zip
Harden openshot.profile
'dbus-user none' freeze openshot when clicking on open project, 'dbus-user filter' works.
-rw-r--r--etc/profile-m-z/openshot.profile9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/profile-m-z/openshot.profile b/etc/profile-m-z/openshot.profile
index e1839c724..ac960345a 100644
--- a/etc/profile-m-z/openshot.profile
+++ b/etc/profile-m-z/openshot.profile
@@ -19,6 +19,10 @@ include disable-interpreters.inc
19include disable-passwdmgr.inc 19include disable-passwdmgr.inc
20include disable-programs.inc 20include disable-programs.inc
21 21
22whitelist /usr/share/blender
23whitelist /usr/share/inkscape
24include whitelist-runuser-common.inc
25include whitelist-usr-share-common.inc
22include whitelist-var-common.inc 26include whitelist-var-common.inc
23 27
24apparmor 28apparmor
@@ -32,11 +36,14 @@ notv
32nou2f 36nou2f
33protocol unix,inet,inet6,netlink 37protocol unix,inet,inet6,netlink
34seccomp 38seccomp
39seccomp.block-secondary
35shell none 40shell none
36tracelog 41tracelog
37 42
43private-bin blender,inkscape,openshot,openshot-qt,python3*
44private-cache
38private-dev 45private-dev
39private-tmp 46private-tmp
40 47
41dbus-user none 48dbus-user filter
42dbus-system none 49dbus-system none