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