From 166f5099923dbca378d80db8684236ed19cc9a77 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 17 Jan 2016 15:33:28 +0100 Subject: added Spotify profile --- usr.share.spotify.spotify | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 usr.share.spotify.spotify (limited to 'usr.share.spotify.spotify') diff --git a/usr.share.spotify.spotify b/usr.share.spotify.spotify new file mode 100644 index 0000000..f195e08 --- /dev/null +++ b/usr.share.spotify.spotify @@ -0,0 +1,31 @@ +#include + +/usr/share/spotify/spotify { + #include + #include + #include + #include + #include + #include + #include + + /usr/share/spotify/** rmix, + + @{HOME}/.cache/spotify/ rw, + @{HOME}/.cache/spotify/** rwk, + @{HOME}/.config/spotify/ rw, + @{HOME}/.config/spotify/** rw, + @{HOME}/.local/share/spotify/ rw, + @{HOME}/.local/share/spotify/** rw, + + @{PROC}/@{pid}/fd/ r, + @{PROC}/@{pid}/auxv r, + @{PROC}/@{pid}/task/ r, + @{PROC}/@{pid}/task/@{pid}/stat r, + @{PROC}/@{pid}/status r, + @{PROC}/sys/kernel/shmmax r, + /sys/bus/pci/devices/ r, + /sys/devices/** r, + + owner /{dev,run}/shm/.org.chromium.* mrw, +} -- cgit v1.2.3