mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add a profile for Spotify
This commit is contained in:
parent
fbfc4c83e8
commit
7071bfdf8a
1 changed files with 19 additions and 0 deletions
19
etc/spotify.profile
Normal file
19
etc/spotify.profile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Spotify profile
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-history.inc
|
||||
|
||||
# Whitelist the folders needed by Spotify - This is more restrictive
|
||||
# than a blacklist though, but this is all spotify requires for
|
||||
# streaming audio
|
||||
whitelist ${HOME}/.config/spotify
|
||||
whitelist ${HOME}/.local/share/spotify
|
||||
whitelist ${HOME}/.cache/spotify
|
||||
# Whitelist the pulseaudio config, to allow PulseAudio workaround (Issue #69)
|
||||
whitelist ${HOME}/.config/pulse
|
||||
|
||||
caps.drop all
|
||||
seccomp
|
||||
netfilter
|
||||
noroot
|
||||
Loading…
Add table
Add a link
Reference in a new issue