aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/xplayer.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-07-24 15:31:40 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-07-24 15:31:40 +0200
commit1ba2024d8a833eaf93436218fb25943600f303bc (patch)
treeb247db3bde21484c4ce9f5e85db655d9b32c8286 /etc/profile-m-z/xplayer.profile
parentorganize program startup (diff)
parentComplete 42a03511d0877690276da83bf548635d7e8ca693 (diff)
downloadfirejail-1ba2024d8a833eaf93436218fb25943600f303bc.tar.gz
firejail-1ba2024d8a833eaf93436218fb25943600f303bc.tar.zst
firejail-1ba2024d8a833eaf93436218fb25943600f303bc.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc/profile-m-z/xplayer.profile')
-rw-r--r--etc/profile-m-z/xplayer.profile8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/profile-m-z/xplayer.profile b/etc/profile-m-z/xplayer.profile
index c3bb3292c..4af4586e3 100644
--- a/etc/profile-m-z/xplayer.profile
+++ b/etc/profile-m-z/xplayer.profile
@@ -5,8 +5,8 @@ include xplayer.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/xplayer 8nodeny ${HOME}/.config/xplayer
9noblacklist ${HOME}/.local/share/xplayer 9nodeny ${HOME}/.local/share/xplayer
10 10
11# Allow python (blacklisted by disable-interpreters.inc) 11# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc 12include allow-python2.inc
@@ -22,8 +22,8 @@ include disable-programs.inc
22read-only ${DESKTOP} 22read-only ${DESKTOP}
23mkdir ${HOME}/.config/xplayer 23mkdir ${HOME}/.config/xplayer
24mkdir ${HOME}/.local/share/xplayer 24mkdir ${HOME}/.local/share/xplayer
25whitelist ${HOME}/.config/xplayer 25allow ${HOME}/.config/xplayer
26whitelist ${HOME}/.local/share/xplayer 26allow ${HOME}/.local/share/xplayer
27include whitelist-common.inc 27include whitelist-common.inc
28include whitelist-player-common.inc 28include whitelist-player-common.inc
29include whitelist-var-common.inc 29include whitelist-var-common.inc