aboutsummaryrefslogtreecommitdiffstats
path: root/etc/steam.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/steam.profile')
-rw-r--r--etc/steam.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index e2dc6216b..9eaa6a83b 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -6,6 +6,7 @@ include /etc/firejail/globals.local
6include /etc/firejail/steam.local 6include /etc/firejail/steam.local
7 7
8# Steam profile (applies to games/apps launched from Steam as well) 8# Steam profile (applies to games/apps launched from Steam as well)
9noblacklist ${HOME}/.java
9noblacklist ${HOME}/.Steam 10noblacklist ${HOME}/.Steam
10noblacklist ${HOME}/.steam 11noblacklist ${HOME}/.steam
11noblacklist ${HOME}/.Steampath 12noblacklist ${HOME}/.Steampath
@@ -29,7 +30,9 @@ noroot
29protocol unix,inet,inet6,netlink 30protocol unix,inet,inet6,netlink
30seccomp 31seccomp
31shell none 32shell none
32tracelog 33
34# tracelog disabled as it breaks integrated browser
35#tracelog
33 36
34private-dev 37private-dev
35private-tmp 38private-tmp