aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/spotify.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/spotify.profile')
-rw-r--r--etc/profile-m-z/spotify.profile14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/profile-m-z/spotify.profile b/etc/profile-m-z/spotify.profile
index 01bc2bc05..e1c830268 100644
--- a/etc/profile-m-z/spotify.profile
+++ b/etc/profile-m-z/spotify.profile
@@ -5,11 +5,11 @@ include spotify.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cache/spotify 8nodeny ${HOME}/.cache/spotify
9noblacklist ${HOME}/.config/spotify 9nodeny ${HOME}/.config/spotify
10noblacklist ${HOME}/.local/share/spotify 10nodeny ${HOME}/.local/share/spotify
11 11
12blacklist ${HOME}/.bashrc 12deny ${HOME}/.bashrc
13 13
14include disable-common.inc 14include disable-common.inc
15include disable-devel.inc 15include disable-devel.inc
@@ -21,9 +21,9 @@ include disable-programs.inc
21mkdir ${HOME}/.cache/spotify 21mkdir ${HOME}/.cache/spotify
22mkdir ${HOME}/.config/spotify 22mkdir ${HOME}/.config/spotify
23mkdir ${HOME}/.local/share/spotify 23mkdir ${HOME}/.local/share/spotify
24whitelist ${HOME}/.cache/spotify 24allow ${HOME}/.cache/spotify
25whitelist ${HOME}/.config/spotify 25allow ${HOME}/.config/spotify
26whitelist ${HOME}/.local/share/spotify 26allow ${HOME}/.local/share/spotify
27include whitelist-common.inc 27include whitelist-common.inc
28include whitelist-var-common.inc 28include whitelist-var-common.inc
29 29