From 5d978549bcfc24c58cbbdf195415091f3d2f56ff Mon Sep 17 00:00:00 2001 From: dewbasaur Date: Mon, 26 Oct 2015 11:31:15 -0400 Subject: Steam profile --- etc/steam.profile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/steam.profile diff --git a/etc/steam.profile b/etc/steam.profile new file mode 100644 index 000000000..1db6dacb0 --- /dev/null +++ b/etc/steam.profile @@ -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. -- cgit v1.2.3-54-g00ecf