aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kortewegdevries <kortewegdevries@protonmail.ch>2020-09-02 10:46:28 +0000
committerLibravatar GitHub <noreply@github.com>2020-09-02 10:46:28 +0000
commitfb713f688d2c60cc544dbff7a6b35fd41cb507d1 (patch)
treea01fa50e0ad03e643c3c0047ec7da0b0993c55a4
parentVarious profiles # 2 (#3566) (diff)
downloadfirejail-fb713f688d2c60cc544dbff7a6b35fd41cb507d1.tar.gz
firejail-fb713f688d2c60cc544dbff7a6b35fd41cb507d1.tar.zst
firejail-fb713f688d2c60cc544dbff7a6b35fd41cb507d1.zip
Fixes #3596 (#3619)
-rw-r--r--etc/profile-m-z/mpv.profile2
-rw-r--r--etc/profile-m-z/smplayer.profile6
2 files changed, 5 insertions, 3 deletions
diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile
index 5ca684eb5..d013270b5 100644
--- a/etc/profile-m-z/mpv.profile
+++ b/etc/profile-m-z/mpv.profile
@@ -61,7 +61,7 @@ seccomp
61shell none 61shell none
62tracelog 62tracelog
63 63
64private-bin env,mpv,python*,youtube-dl 64private-bin env,mpv,python*,youtube-dl,waf
65# private-cache causes slow OSD, see #2838 65# private-cache causes slow OSD, see #2838
66#private-cache 66#private-cache
67private-dev 67private-dev
diff --git a/etc/profile-m-z/smplayer.profile b/etc/profile-m-z/smplayer.profile
index 3fb6fc349..ca5468508 100644
--- a/etc/profile-m-z/smplayer.profile
+++ b/etc/profile-m-z/smplayer.profile
@@ -10,7 +10,7 @@ noblacklist ${HOME}/.config/smplayer
10noblacklist ${HOME}/.config/youtube-dl 10noblacklist ${HOME}/.config/youtube-dl
11noblacklist ${HOME}/.mplayer 11noblacklist ${HOME}/.mplayer
12 12
13# Allow python (blacklisted by disable-interpreters.inc) 13include allow-lua.inc
14include allow-python2.inc 14include allow-python2.inc
15include allow-python3.inc 15include allow-python3.inc
16 16
@@ -26,7 +26,9 @@ include disable-programs.inc
26include disable-shell.inc 26include disable-shell.inc
27include disable-xdg.inc 27include disable-xdg.inc
28 28
29whitelist /usr/share/lua*
29whitelist /usr/share/smplayer 30whitelist /usr/share/smplayer
31whitelist /usr/share/vulkan
30include whitelist-usr-share-common.inc 32include whitelist-usr-share-common.inc
31include whitelist-var-common.inc 33include whitelist-var-common.inc
32 34
@@ -41,7 +43,7 @@ protocol unix,inet,inet6,netlink
41seccomp 43seccomp
42shell none 44shell none
43 45
44private-bin env,mplayer,mpv,python*,smplayer,smtube,youtube-dl 46private-bin env,mplayer,mpv,python*,smplayer,smtube,youtube-dl,waf
45private-dev 47private-dev
46private-tmp 48private-tmp
47 49