mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
{no,}blacklist spotify
This commit is contained in:
parent
9355576995
commit
e5b5ba19e2
2 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ blacklist ${HOME}/.hedgewars
|
|||
blacklist ${HOME}/.Mathematica
|
||||
blacklist ${HOME}/.Wolfram Research
|
||||
blacklist ${HOME}/.config/mupen64plus
|
||||
blacklist ${HOME}/.config/spotify
|
||||
|
||||
# HTTP / FTP / Mail
|
||||
blacklist ${HOME}/.icedove
|
||||
|
|
@ -45,10 +46,12 @@ blacklist ~/.cache/vivaldi
|
|||
blacklist ~/.cache/epiphany
|
||||
blacklist ~/.cache/slimjet
|
||||
blacklist ~/.cache/qutebrowser
|
||||
blacklist ~/.cache/spotify
|
||||
|
||||
# share
|
||||
blacklist ~/.local/share/epiphany
|
||||
blacklist ~/.local/share/mupen64plus
|
||||
blacklist ~/.local/share/spotify
|
||||
|
||||
# Instant Messaging
|
||||
blacklist ${HOME}/.config/hexchat
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
# 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
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue