aboutsummaryrefslogtreecommitdiffstats
path: root/etc/spotify.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-18 09:16:18 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-18 09:16:18 -0500
commit3a71eb2af9a2153c9d40d0e2f31093d8e7c87b01 (patch)
treee666a60107489ebf3b21459b73ef6f09d55e8afa /etc/spotify.profile
parentMerge pull request #302 from jrabe/master (diff)
downloadfirejail-3a71eb2af9a2153c9d40d0e2f31093d8e7c87b01.tar.gz
firejail-3a71eb2af9a2153c9d40d0e2f31093d8e7c87b01.tar.zst
firejail-3a71eb2af9a2153c9d40d0e2f31093d8e7c87b01.zip
added mkdir in all whitelisted profiles
Diffstat (limited to 'etc/spotify.profile')
-rw-r--r--etc/spotify.profile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/spotify.profile b/etc/spotify.profile
index ea180e0ba..f5ec36431 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -7,8 +7,15 @@ include /etc/firejail/disable-devel.inc
7# Whitelist the folders needed by Spotify - This is more restrictive 7# Whitelist the folders needed by Spotify - This is more restrictive
8# than a blacklist though, but this is all spotify requires for 8# than a blacklist though, but this is all spotify requires for
9# streaming audio 9# streaming audio
10mkdir ${HOME}/.config
11mkdir ${HOME}/.config/spotify
10whitelist ${HOME}/.config/spotify 12whitelist ${HOME}/.config/spotify
13mkdir ${HOME}/.local
14mkdir ${HOME}/.local/share
15mkdir ${HOME}/.local/share/spotify
11whitelist ${HOME}/.local/share/spotify 16whitelist ${HOME}/.local/share/spotify
17mkdir ${HOME}/.cache
18mkdir ${HOME}/.cache/spotify
12whitelist ${HOME}/.cache/spotify 19whitelist ${HOME}/.cache/spotify
13include /etc/firejail/whitelist-common.inc 20include /etc/firejail/whitelist-common.inc
14 21