mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Potential fix for #1280
Many steam directories can begin with either lower- or upper-case 's'.
This commit is contained in:
parent
17bbf629c7
commit
0c8ab35848
9 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ include /etc/firejail/xviewer.local
|
|||
|
||||
# xviewer profile
|
||||
noblacklist ~/.config/xviewer
|
||||
noblacklist ~/.Steam
|
||||
noblacklist ~/.steam
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue