aboutsummaryrefslogtreecommitdiffstats
path: root/etc/steam.profile
diff options
context:
space:
mode:
authorLibravatar dewbasaur <dewbasaur@users.noreply.github.com>2015-10-26 11:31:15 -0400
committerLibravatar dewbasaur <dewbasaur@users.noreply.github.com>2015-10-26 11:31:15 -0400
commit5d978549bcfc24c58cbbdf195415091f3d2f56ff (patch)
tree6d7c1e5bcd07324ad962731f3b08877330a6ef04 /etc/steam.profile
parentallow 32bit calls to bypass the seccomp filter (diff)
downloadfirejail-5d978549bcfc24c58cbbdf195415091f3d2f56ff.tar.gz
firejail-5d978549bcfc24c58cbbdf195415091f3d2f56ff.tar.zst
firejail-5d978549bcfc24c58cbbdf195415091f3d2f56ff.zip
Steam profile
Diffstat (limited to 'etc/steam.profile')
-rw-r--r--etc/steam.profile20
1 files changed, 20 insertions, 0 deletions
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 @@
1# Steam profile (applies to games/apps launched from Steam as well)
2noblacklist ${HOME}/.steam
3noblacklist ${HOME}/.local/share/steam
4include /etc/firejail/disable-mgmt.inc
5include /etc/firejail/disable-secret.inc
6include /etc/firejail/disable-common.inc
7include /etc/firejail/disable-history.inc
8caps.drop all
9netfilter
10noroot
11
12# seccomp breaks Steam runtime due to 32/64bit syscall incompatibilties
13
14
15## Author note:
16## If you wish to use a private directory for Steam, e.g.:
17## private /path/to/steam-home
18## ... be aware that games will not launch from this directory without
19## execute-permission trickery. In this case, you should store the games
20## in a separate (whitelisted/noblacklisted) directory.