aboutsummaryrefslogtreecommitdiffstats
path: root/etc/steam.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-27 13:32:32 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-27 13:32:32 -0400
commit4faa338ca738a0bf40d07b6d4b9b98f62a3cb34f (patch)
treeacef91bf7b8f24663b79c0c40e3701f1d1c509c9 /etc/steam.profile
parentMerge pull request #102 from reinerh/master (diff)
downloadfirejail-4faa338ca738a0bf40d07b6d4b9b98f62a3cb34f.tar.gz
firejail-4faa338ca738a0bf40d07b6d4b9b98f62a3cb34f.tar.zst
firejail-4faa338ca738a0bf40d07b6d4b9b98f62a3cb34f.zip
added skype profile, enabled seccomp in steam profile, added .gtkrc-2.0 in firefox profile
Diffstat (limited to 'etc/steam.profile')
-rw-r--r--etc/steam.profile11
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index 1db6dacb0..da36a50b4 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -8,13 +8,4 @@ include /etc/firejail/disable-history.inc
8caps.drop all 8caps.drop all
9netfilter 9netfilter
10noroot 10noroot
11 11seccomp
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.