aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-01 13:59:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-02 14:10:37 -0300
commit9acdcce7435f0e4f69acf7b802597ab5b3b6f57f (patch)
treeb1db6c1822297c838c71e6f0195ce908f7f4f87d /etc/profile-m-z
parentMerge pull request #5488 from kmk3/configure-fix-format-misc (diff)
downloadfirejail-9acdcce7435f0e4f69acf7b802597ab5b3b6f57f.tar.gz
firejail-9acdcce7435f0e4f69acf7b802597ab5b3b6f57f.tar.zst
firejail-9acdcce7435f0e4f69acf7b802597ab5b3b6f57f.zip
spotify.profile: allow spotify-adblock paths
As suggested by @glitsj16[1]. Project homepage: https://github.com/abba23/spotify-adblock Configuration paths: * /etc/spotify-adblock/config.toml * ~/.config/spotify-adblock/config.toml Fixes #5494. [1] https://github.com/netblue30/firejail/discussions/5494#discussioncomment-4280887 Reported-by: @Rewig95
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/spotify.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/profile-m-z/spotify.profile b/etc/profile-m-z/spotify.profile
index 146cb5ed1..bfa3a805a 100644
--- a/etc/profile-m-z/spotify.profile
+++ b/etc/profile-m-z/spotify.profile
@@ -7,6 +7,7 @@ include globals.local
7 7
8noblacklist ${HOME}/.cache/spotify 8noblacklist ${HOME}/.cache/spotify
9noblacklist ${HOME}/.config/spotify 9noblacklist ${HOME}/.config/spotify
10noblacklist ${HOME}/.config/spotify-adblock
10noblacklist ${HOME}/.local/share/spotify 11noblacklist ${HOME}/.local/share/spotify
11 12
12blacklist ${HOME}/.bashrc 13blacklist ${HOME}/.bashrc
@@ -22,6 +23,7 @@ mkdir ${HOME}/.config/spotify
22mkdir ${HOME}/.local/share/spotify 23mkdir ${HOME}/.local/share/spotify
23whitelist ${HOME}/.cache/spotify 24whitelist ${HOME}/.cache/spotify
24whitelist ${HOME}/.config/spotify 25whitelist ${HOME}/.config/spotify
26whitelist ${HOME}/.config/spotify-adblock
25whitelist ${HOME}/.local/share/spotify 27whitelist ${HOME}/.local/share/spotify
26include whitelist-common.inc 28include whitelist-common.inc
27include whitelist-var-common.inc 29include whitelist-var-common.inc
@@ -43,7 +45,7 @@ disable-mnt
43private-bin bash,cat,dirname,find,grep,head,rm,sh,spotify,tclsh,touch,zenity 45private-bin bash,cat,dirname,find,grep,head,rm,sh,spotify,tclsh,touch,zenity
44private-dev 46private-dev
45# If you want to see album covers or want to use the radio, add 'ignore private-etc' to your spotify.local. 47# If you want to see album covers or want to use the radio, add 'ignore private-etc' to your spotify.local.
46private-etc alternatives,ca-certificates,crypto-policies,fonts,group,host.conf,hosts,ld.so.cache,ld.so.preload,machine-id,nsswitch.conf,pki,pulse,resolv.conf,ssl 48private-etc alternatives,ca-certificates,crypto-policies,fonts,group,host.conf,hosts,ld.so.cache,ld.so.preload,machine-id,nsswitch.conf,pki,pulse,resolv.conf,spotify-adblock,ssl
47private-opt spotify 49private-opt spotify
48private-srv none 50private-srv none
49private-tmp 51private-tmp