aboutsummaryrefslogtreecommitdiffstats
path: root/etc/smplayer.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-15 02:48:07 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-15 02:48:07 +0000
commit763a4f0e1c6065696dee65af515445b6290fb1b4 (patch)
tree928078b3aa64d890545653a606bec1e973339745 /etc/smplayer.profile
parentRe-order seahorse profile (diff)
downloadfirejail-763a4f0e1c6065696dee65af515445b6290fb1b4.tar.gz
firejail-763a4f0e1c6065696dee65af515445b6290fb1b4.tar.zst
firejail-763a4f0e1c6065696dee65af515445b6290fb1b4.zip
Re-order smplayer profile
Leaving alphabetical ordering of private-bin up to https://github.com/netblue30/firejail/pull/2766.
Diffstat (limited to 'etc/smplayer.profile')
-rw-r--r--etc/smplayer.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/smplayer.profile b/etc/smplayer.profile
index 0363a2475..170e79c03 100644
--- a/etc/smplayer.profile
+++ b/etc/smplayer.profile
@@ -8,13 +8,14 @@ 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)
15include allow-python2.inc 13include allow-python2.inc
16include allow-python3.inc 14include allow-python3.inc
17 15
16noblacklist ${MUSIC}
17noblacklist ${VIDEOS}
18
18include disable-common.inc 19include disable-common.inc
19include disable-devel.inc 20include disable-devel.inc
20include disable-exec.inc 21include disable-exec.inc