From 516f8d05613931fe866dd8166af9574e6c456309 Mon Sep 17 00:00:00 2001 From: Vincent43 <31109921+Vincent43@users.noreply.github.com> Date: Tue, 14 Aug 2018 17:59:21 +0100 Subject: spotify.profile: remove /sys from blacklist Blacklisting whole /sys is too restrictive, it may break various graphics stacks, see https://github.com/netblue30/firejail/issues/2080 --- etc/spotify.profile | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/spotify.profile') diff --git a/etc/spotify.profile b/etc/spotify.profile index 7f40d4399..4e2718c95 100644 --- a/etc/spotify.profile +++ b/etc/spotify.profile @@ -9,7 +9,6 @@ blacklist ${HOME}/.bashrc blacklist /lost+found blacklist /sbin blacklist /srv -blacklist /sys noblacklist ${HOME}/.cache/spotify noblacklist ${HOME}/.config/spotify -- cgit v1.2.3-54-g00ecf