aboutsummaryrefslogtreecommitdiffstats
path: root/etc/spotify.profile
diff options
context:
space:
mode:
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