aboutsummaryrefslogtreecommitdiffstats
path: root/etc/spotify.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-29 09:03:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-29 09:03:19 -0400
commit8e66c46ea814b2f3ca48008c3db5904567ba7609 (patch)
treef9d41af436e4176cfb2ef5ca56329236e1748517 /etc/spotify.profile
parentblacklist nemo config (file manager for Cinnamon) (diff)
downloadfirejail-8e66c46ea814b2f3ca48008c3db5904567ba7609.tar.gz
firejail-8e66c46ea814b2f3ca48008c3db5904567ba7609.tar.zst
firejail-8e66c46ea814b2f3ca48008c3db5904567ba7609.zip
bringing back ~/.cache in all profiles
Diffstat (limited to 'etc/spotify.profile')
-rw-r--r--etc/spotify.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/spotify.profile b/etc/spotify.profile
index 23ef75b71..843038a2b 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -4,6 +4,7 @@ include /etc/firejail/spotify.local
4 4
5# Spotify media player profile 5# Spotify media player profile
6noblacklist ${HOME}/.config/spotify 6noblacklist ${HOME}/.config/spotify
7noblacklist ${HOME}/.cache/spotify
7noblacklist ${HOME}/.local/share/spotify 8noblacklist ${HOME}/.local/share/spotify
8include /etc/firejail/disable-common.inc 9include /etc/firejail/disable-common.inc
9include /etc/firejail/disable-programs.inc 10include /etc/firejail/disable-programs.inc
@@ -15,6 +16,8 @@ mkdir ${HOME}/.config/spotify
15whitelist ${HOME}/.config/spotify 16whitelist ${HOME}/.config/spotify
16mkdir ${HOME}/.local/share/spotify 17mkdir ${HOME}/.local/share/spotify
17whitelist ${HOME}/.local/share/spotify 18whitelist ${HOME}/.local/share/spotify
19mkdir ${HOME}/.cache/spotify
20whitelist ${HOME}/.cache/spotify
18 21
19caps.drop all 22caps.drop all
20netfilter 23netfilter