mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
profiles: steampath/pid were blacklisted in disable-programs, but not allowed in steam profile
Probably related to #1280. Reported also in https://bugs.debian.org/866014
This commit is contained in:
parent
b38465c6d1
commit
797193762c
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ include /etc/firejail/steam.local
|
|||
# Steam profile (applies to games/apps launched from Steam as well)
|
||||
noblacklist ${HOME}/.Steam
|
||||
noblacklist ${HOME}/.steam
|
||||
noblacklist ${HOME}/.Steampath
|
||||
noblacklist ${HOME}/.steampath
|
||||
noblacklist ${HOME}/.Steampid
|
||||
noblacklist ${HOME}/.steampid
|
||||
noblacklist ${HOME}/.local/share/Steam
|
||||
noblacklist ${HOME}/.local/share/steam
|
||||
include /etc/firejail/disable-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue