From e372c8ab0849b9d2ea4d6a3fa6027403a8acad98 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Mar 2017 12:57:38 -0400 Subject: Removed all .cache directory references from profile files. The directory is disabled by default - a tmpfs is mounted on top of it. --- etc/spotify.profile | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/spotify.profile') diff --git a/etc/spotify.profile b/etc/spotify.profile index 843038a2b..23ef75b71 100644 --- a/etc/spotify.profile +++ b/etc/spotify.profile @@ -4,7 +4,6 @@ include /etc/firejail/spotify.local # Spotify media player profile noblacklist ${HOME}/.config/spotify -noblacklist ${HOME}/.cache/spotify noblacklist ${HOME}/.local/share/spotify include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc @@ -16,8 +15,6 @@ mkdir ${HOME}/.config/spotify whitelist ${HOME}/.config/spotify mkdir ${HOME}/.local/share/spotify whitelist ${HOME}/.local/share/spotify -mkdir ${HOME}/.cache/spotify -whitelist ${HOME}/.cache/spotify caps.drop all netfilter -- cgit v1.2.3-54-g00ecf