aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/xplayer.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/xplayer.profile')
-rw-r--r--etc/profile-m-z/xplayer.profile14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/profile-m-z/xplayer.profile b/etc/profile-m-z/xplayer.profile
index 28df73ea5..555d8e9a4 100644
--- a/etc/profile-m-z/xplayer.profile
+++ b/etc/profile-m-z/xplayer.profile
@@ -7,8 +7,6 @@ include globals.local
7 7
8noblacklist ${HOME}/.config/xplayer 8noblacklist ${HOME}/.config/xplayer
9noblacklist ${HOME}/.local/share/xplayer 9noblacklist ${HOME}/.local/share/xplayer
10noblacklist ${MUSIC}
11noblacklist ${VIDEOS}
12 10
13# Allow python (blacklisted by disable-interpreters.inc) 11# Allow python (blacklisted by disable-interpreters.inc)
14include allow-python2.inc 12include allow-python2.inc
@@ -20,8 +18,18 @@ include disable-exec.inc
20include disable-interpreters.inc 18include disable-interpreters.inc
21include disable-passwdmgr.inc 19include disable-passwdmgr.inc
22include disable-programs.inc 20include disable-programs.inc
23include disable-xdg.inc
24 21
22read-only ${DESKTOP}
23mkdir ${HOME}/.config/xplayer
24mkdir ${HOME}/.local/share/xplayer
25whitelist ${HOME}/.config/xplayer
26whitelist ${HOME}/.local/share/xplayer
27whitelist ${DESKTOP}
28whitelist ${DOWNLOADS}
29whitelist ${MUSIC}
30whitelist ${PICTURES}
31whitelist ${VIDEOS}
32include whitelist-common.inc
25include whitelist-var-common.inc 33include whitelist-var-common.inc
26 34
27# apparmor - makes settings immutable 35# apparmor - makes settings immutable