aboutsummaryrefslogtreecommitdiffstats
path: root/etc/spotify.profile
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-07-30 17:58:25 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-07-30 17:58:45 +0200
commit0657c20377d6f8d80f143e9c6a336601c8bbd2e2 (patch)
tree9a64c53de121fb14f64cc0db850fd8397883776b /etc/spotify.profile
parentfixes (diff)
downloadfirejail-0657c20377d6f8d80f143e9c6a336601c8bbd2e2.tar.gz
firejail-0657c20377d6f8d80f143e9c6a336601c8bbd2e2.tar.zst
firejail-0657c20377d6f8d80f143e9c6a336601c8bbd2e2.zip
Allow recursive mkdir (Closes #305)
Diffstat (limited to 'etc/spotify.profile')
-rw-r--r--etc/spotify.profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/spotify.profile b/etc/spotify.profile
index ca575970b..6bcb99e0f 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -10,14 +10,10 @@ include /etc/firejail/disable-passwdmgr.inc
10# Whitelist the folders needed by Spotify - This is more restrictive 10# Whitelist the folders needed by Spotify - This is more restrictive
11# than a blacklist though, but this is all spotify requires for 11# than a blacklist though, but this is all spotify requires for
12# streaming audio 12# streaming audio
13mkdir ${HOME}/.config
14mkdir ${HOME}/.config/spotify 13mkdir ${HOME}/.config/spotify
15whitelist ${HOME}/.config/spotify 14whitelist ${HOME}/.config/spotify
16mkdir ${HOME}/.local
17mkdir ${HOME}/.local/share
18mkdir ${HOME}/.local/share/spotify 15mkdir ${HOME}/.local/share/spotify
19whitelist ${HOME}/.local/share/spotify 16whitelist ${HOME}/.local/share/spotify
20mkdir ${HOME}/.cache
21mkdir ${HOME}/.cache/spotify 17mkdir ${HOME}/.cache/spotify
22whitelist ${HOME}/.cache/spotify 18whitelist ${HOME}/.cache/spotify
23include /etc/firejail/whitelist-common.inc 19include /etc/firejail/whitelist-common.inc