aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar avoidr <avoidr@users.noreply.github.com>2016-04-12 19:15:08 +0200
committerLibravatar avoidr <avoidr@users.noreply.github.com>2016-04-12 19:15:08 +0200
commite5b5ba19e2faf38f957fa35c91fc8189f315700d (patch)
tree896f0e69988f752172f1936b277908e7496da2fc /etc
parentfix slimjet (diff)
downloadfirejail-e5b5ba19e2faf38f957fa35c91fc8189f315700d.tar.gz
firejail-e5b5ba19e2faf38f957fa35c91fc8189f315700d.tar.zst
firejail-e5b5ba19e2faf38f957fa35c91fc8189f315700d.zip
{no,}blacklist spotify
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-programs.inc3
-rw-r--r--etc/spotify.profile3
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index deac5e332..7d1370941 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -10,6 +10,7 @@ blacklist ${HOME}/.hedgewars
10blacklist ${HOME}/.Mathematica 10blacklist ${HOME}/.Mathematica
11blacklist ${HOME}/.Wolfram Research 11blacklist ${HOME}/.Wolfram Research
12blacklist ${HOME}/.config/mupen64plus 12blacklist ${HOME}/.config/mupen64plus
13blacklist ${HOME}/.config/spotify
13 14
14# HTTP / FTP / Mail 15# HTTP / FTP / Mail
15blacklist ${HOME}/.icedove 16blacklist ${HOME}/.icedove
@@ -45,10 +46,12 @@ blacklist ~/.cache/vivaldi
45blacklist ~/.cache/epiphany 46blacklist ~/.cache/epiphany
46blacklist ~/.cache/slimjet 47blacklist ~/.cache/slimjet
47blacklist ~/.cache/qutebrowser 48blacklist ~/.cache/qutebrowser
49blacklist ~/.cache/spotify
48 50
49# share 51# share
50blacklist ~/.local/share/epiphany 52blacklist ~/.local/share/epiphany
51blacklist ~/.local/share/mupen64plus 53blacklist ~/.local/share/mupen64plus
54blacklist ~/.local/share/spotify
52 55
53# Instant Messaging 56# Instant Messaging
54blacklist ${HOME}/.config/hexchat 57blacklist ${HOME}/.config/hexchat
diff --git a/etc/spotify.profile b/etc/spotify.profile
index dfe298e1d..fd4586dd5 100644
--- a/etc/spotify.profile
+++ b/etc/spotify.profile
@@ -1,4 +1,7 @@
1# Spotify media player profile 1# Spotify media player profile
2noblacklist ${HOME}/.config/spotify
3noblacklist ${HOME}/.cache/spotify
4noblacklist ${HOME}/.local/share/spotify
2include /etc/firejail/disable-common.inc 5include /etc/firejail/disable-common.inc
3include /etc/firejail/disable-programs.inc 6include /etc/firejail/disable-programs.inc
4include /etc/firejail/disable-devel.inc 7include /etc/firejail/disable-devel.inc