aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/spotify.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-m-z/spotify.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-m-z/spotify.profile')
-rw-r--r--etc/profile-m-z/spotify.profile54
1 files changed, 54 insertions, 0 deletions
diff --git a/etc/profile-m-z/spotify.profile b/etc/profile-m-z/spotify.profile
new file mode 100644
index 000000000..1a34cb86d
--- /dev/null
+++ b/etc/profile-m-z/spotify.profile
@@ -0,0 +1,54 @@
1# Firejail profile for spotify
2# This file is overwritten after every install/update
3# Persistent local customizations
4include spotify.local
5# Persistent global definitions
6include globals.local
7
8noblacklist ${HOME}/.cache/spotify
9noblacklist ${HOME}/.config/spotify
10noblacklist ${HOME}/.local/share/spotify
11
12blacklist ${HOME}/.bashrc
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-passwdmgr.inc
19include disable-programs.inc
20
21mkdir ${HOME}/.cache/spotify
22mkdir ${HOME}/.config/spotify
23mkdir ${HOME}/.local/share/spotify
24whitelist ${HOME}/.cache/spotify
25whitelist ${HOME}/.config/spotify
26whitelist ${HOME}/.local/share/spotify
27include whitelist-common.inc
28include whitelist-var-common.inc
29
30caps.drop all
31netfilter
32nodvd
33nogroups
34nonewprivs
35noroot
36notv
37nou2f
38protocol unix,inet,inet6,netlink
39seccomp
40shell none
41tracelog
42
43disable-mnt
44private-bin bash,cat,dirname,find,grep,head,rm,sh,spotify,tclsh,touch,zenity
45private-dev
46# Comment the next line or put 'ignore private-etc' in your spotify.local if want to see the albums covers or if you want to use the radio
47private-etc alternatives,ca-certificates,crypto-policies,fonts,group,host.conf,hosts,ld.so.cache,machine-id,nsswitch.conf,pki,pulse,resolv.conf,ssl
48private-opt spotify
49private-srv none
50private-tmp
51
52# dbus needed for MPRIS
53# dbus-user none
54# dbus-system none