Skip to content
Snippets Groups Projects
Commit d670713f authored by Simon McVittie's avatar Simon McVittie
Browse files

Make steam.pid read-only


*Surely* there's no reason for games to write to this?

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 6117d81a
Branches
Tags
No related merge requests found
......@@ -235,7 +235,7 @@ done
# steamclient.so relies on this for communication with Steam
if [ -e "$HOME/.steam/steam.pid" ]; then
set -- --bind "$HOME/.steam/steam.pid" "$HOME/.steam/steam.pid" "$@"
set -- --ro-bind "$HOME/.steam/steam.pid" "$HOME/.steam/steam.pid" "$@"
fi
# Make sure Steam IPC is available (TODO: do we need this? do we need more?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment