From 9acdcce7435f0e4f69acf7b802597ab5b3b6f57f Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 1 Dec 2022 13:59:44 -0300 Subject: 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 --- etc/profile-m-z/spotify.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/profile-m-z') 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 noblacklist ${HOME}/.cache/spotify noblacklist ${HOME}/.config/spotify +noblacklist ${HOME}/.config/spotify-adblock noblacklist ${HOME}/.local/share/spotify blacklist ${HOME}/.bashrc @@ -22,6 +23,7 @@ mkdir ${HOME}/.config/spotify mkdir ${HOME}/.local/share/spotify whitelist ${HOME}/.cache/spotify whitelist ${HOME}/.config/spotify +whitelist ${HOME}/.config/spotify-adblock whitelist ${HOME}/.local/share/spotify include whitelist-common.inc include whitelist-var-common.inc @@ -43,7 +45,7 @@ disable-mnt private-bin bash,cat,dirname,find,grep,head,rm,sh,spotify,tclsh,touch,zenity private-dev # If you want to see album covers or want to use the radio, add 'ignore private-etc' to your spotify.local. -private-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 +private-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 private-opt spotify private-srv none private-tmp -- cgit v1.2.3-70-g09d2