From 0c8ab35848cd85af6ea3894edcf7fda9f8938b02 Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Fri, 19 May 2017 20:51:54 -0500 Subject: Potential fix for #1280 Many steam directories can begin with either lower- or upper-case 's'. --- etc/disable-programs.inc | 3 +++ etc/eog.profile | 1 + etc/gthumb.profile | 1 + etc/pix.profile | 1 + etc/ristretto.profile | 4 ++-- etc/steam.profile | 2 ++ etc/viewnior.profile | 1 + etc/wine.profile | 2 ++ etc/xviewer.profile | 1 + 9 files changed, 14 insertions(+), 2 deletions(-) diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index 0ee47a89e..a4fdbd0a9 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -10,6 +10,9 @@ blacklist ${HOME}/.LuminanceHDR blacklist ${HOME}/.Mathematica blacklist ${HOME}/.Natron blacklist ${HOME}/.Skype +blacklist ${HOME}/.Steam +blacklist ${HOME}/.Steampath +blacklist ${HOME}/.Steampid blacklist ${HOME}/.TelegramDesktop blacklist ${HOME}/.VirtualBox blacklist ${HOME}/.Wolfram Research diff --git a/etc/eog.profile b/etc/eog.profile index e7a84993c..33628bbe3 100644 --- a/etc/eog.profile +++ b/etc/eog.profile @@ -4,6 +4,7 @@ include /etc/firejail/eog.local # eog (gnome image viewer) profile noblacklist ~/.config/eog +noblacklist ~/.Steam noblacklist ~/.steam include /etc/firejail/disable-common.inc diff --git a/etc/gthumb.profile b/etc/gthumb.profile index 3fd1880bf..31d7a8fd4 100644 --- a/etc/gthumb.profile +++ b/etc/gthumb.profile @@ -4,6 +4,7 @@ include /etc/firejail/gthumb.local # gthumb profile noblacklist ${HOME}/.config/gthumb +noblacklist ~/.Steam noblacklist ~/.steam include /etc/firejail/disable-common.inc diff --git a/etc/pix.profile b/etc/pix.profile index 5aa706a2a..f505c8a3f 100644 --- a/etc/pix.profile +++ b/etc/pix.profile @@ -5,6 +5,7 @@ include /etc/firejail/pix.local # Firejail profile for pix noblacklist ${HOME}/.config/pix noblacklist ${HOME}/.local/share/pix +noblacklist ~/.Steam noblacklist ~/.steam include /etc/firejail/disable-common.inc diff --git a/etc/ristretto.profile b/etc/ristretto.profile index c70ae55a8..9931813d9 100644 --- a/etc/ristretto.profile +++ b/etc/ristretto.profile @@ -3,6 +3,7 @@ include /etc/firejail/risretto.local noblacklist ${HOME}/.config/ristretto +noblacklist ~/.Steam noblacklist ~/.steam include /etc/firejail/disable-common.inc @@ -17,7 +18,7 @@ protocol unix,inet,inet6 seccomp # -# depending on your usage, you can enable some of the commands below: +# depending on your usage, you can enable some of the commands below: # nogroups shell none @@ -25,4 +26,3 @@ shell none # private-etc none private-dev # private-tmp - diff --git a/etc/steam.profile b/etc/steam.profile index eef91a0d5..fc7717115 100644 --- a/etc/steam.profile +++ b/etc/steam.profile @@ -3,7 +3,9 @@ include /etc/firejail/steam.local # Steam profile (applies to games/apps launched from Steam as well) +noblacklist ${HOME}/.Steam noblacklist ${HOME}/.steam +noblacklist ${HOME}/.local/share/Steam noblacklist ${HOME}/.local/share/steam include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc diff --git a/etc/viewnior.profile b/etc/viewnior.profile index 87bb07938..ba6548892 100644 --- a/etc/viewnior.profile +++ b/etc/viewnior.profile @@ -4,6 +4,7 @@ include /etc/firejail/viewnior.local # Firejail profile for viewnior noblacklist ~/.config/viewnior +noblacklist ~/.Steam noblacklist ~/.steam include /etc/firejail/disable-common.inc diff --git a/etc/wine.profile b/etc/wine.profile index c732d6edf..2b44ff2c6 100644 --- a/etc/wine.profile +++ b/etc/wine.profile @@ -3,7 +3,9 @@ include /etc/firejail/wine.local # wine profile +noblacklist ${HOME}/.Steam noblacklist ${HOME}/.steam +noblacklist ${HOME}/.local/share/Steam noblacklist ${HOME}/.local/share/steam noblacklist ${HOME}/.wine diff --git a/etc/xviewer.profile b/etc/xviewer.profile index 9ccd148ad..43dba1b35 100644 --- a/etc/xviewer.profile +++ b/etc/xviewer.profile @@ -4,6 +4,7 @@ include /etc/firejail/xviewer.local # xviewer profile noblacklist ~/.config/xviewer +noblacklist ~/.Steam noblacklist ~/.steam include /etc/firejail/disable-common.inc -- cgit v1.2.3-70-g09d2