From 3a71eb2af9a2153c9d40d0e2f31093d8e7c87b01 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 18 Feb 2016 09:16:18 -0500 Subject: added mkdir in all whitelisted profiles --- etc/spotify.profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc/spotify.profile') 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 # Whitelist the folders needed by Spotify - This is more restrictive # than a blacklist though, but this is all spotify requires for # streaming audio +mkdir ${HOME}/.config +mkdir ${HOME}/.config/spotify whitelist ${HOME}/.config/spotify +mkdir ${HOME}/.local +mkdir ${HOME}/.local/share +mkdir ${HOME}/.local/share/spotify whitelist ${HOME}/.local/share/spotify +mkdir ${HOME}/.cache +mkdir ${HOME}/.cache/spotify whitelist ${HOME}/.cache/spotify include /etc/firejail/whitelist-common.inc -- cgit v1.2.3-54-g00ecf