mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Steam profile
This commit is contained in:
parent
4c9c303a7c
commit
5d978549bc
1 changed files with 20 additions and 0 deletions
20
etc/steam.profile
Normal file
20
etc/steam.profile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Steam profile (applies to games/apps launched from Steam as well)
|
||||
noblacklist ${HOME}/.steam
|
||||
noblacklist ${HOME}/.local/share/steam
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-history.inc
|
||||
caps.drop all
|
||||
netfilter
|
||||
noroot
|
||||
|
||||
# seccomp breaks Steam runtime due to 32/64bit syscall incompatibilties
|
||||
|
||||
|
||||
## Author note:
|
||||
## If you wish to use a private directory for Steam, e.g.:
|
||||
## private /path/to/steam-home
|
||||
## ... be aware that games will not launch from this directory without
|
||||
## execute-permission trickery. In this case, you should store the games
|
||||
## in a separate (whitelisted/noblacklisted) directory.
|
||||
Loading…
Add table
Add a link
Reference in a new issue