games/steam-sandbox: Include /etc/passwd
Some games segfault when it doesn’t exist.
This commit is contained in:
parent
dcdeece6a2
commit
13663a4297
|
@ -29,6 +29,7 @@ let
|
|||
--ro-bind /etc/localtime /etc/localtime
|
||||
--ro-bind /etc/machine-id /etc/machine-id
|
||||
--ro-bind /etc/os-release /etc/os-release
|
||||
--ro-bind /etc/passwd /etc/passwd
|
||||
--ro-bind /etc/resolv.conf /etc/resolv.conf
|
||||
--ro-bind /etc/ssl/certs /etc/ssl/certs
|
||||
--ro-bind /etc/static /etc/static
|
||||
|
|
Loading…
Reference in a new issue