Skip to content

Commit

Permalink
Add "seccomp:unconfined" to make Proton work!
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed May 21, 2020
1 parent e0d9eca commit 8d49a06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions steam-docker
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ args=(
--mount type=bind,src=/etc/machine-id,dst=/etc/machine-id,ro
--mount type=bind,src=/var/run/dbus,dst=/var/run/dbus,ro

#--cap-add SYS_PTRACE
#--security-opt seccomp:unconfined
#--env DEBUGGER=gdb
#--env DEBUGGER=strace
# TODO figure out why Proton requires this, and give it a more specific profile instead
--security-opt seccomp:unconfined
)

image='tianon/steam'
Expand Down

0 comments on commit 8d49a06

Please sign in to comment.