aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/smplayer.profile10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/smplayer.profile b/etc/smplayer.profile
index e347d23d6..5ae498ab2 100644
--- a/etc/smplayer.profile
+++ b/etc/smplayer.profile
@@ -11,6 +11,14 @@ noblacklist ${HOME}/.mplayer
11noblacklist ${MUSIC} 11noblacklist ${MUSIC}
12noblacklist ${VIDEOS} 12noblacklist ${VIDEOS}
13 13
14# Allow python (blacklisted by disable-interpreters.inc)
15noblacklist ${PATH}/python2*
16noblacklist ${PATH}/python3*
17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
21
14include disable-common.inc 22include disable-common.inc
15include disable-devel.inc 23include disable-devel.inc
16include disable-exec.inc 24include disable-exec.inc
@@ -33,7 +41,7 @@ protocol unix,inet,inet6,netlink
33seccomp 41seccomp
34shell none 42shell none
35 43
36private-bin smplayer,smtube,mplayer,mpv 44private-bin smplayer,smtube,mplayer,mpv,youtube-dl,python*,env
37private-dev 45private-dev
38private-tmp 46private-tmp
39 47