aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-30 13:42:19 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-30 13:46:03 +0200
commita6d769f624f7793ebb5bfcaae8fa6aa762223a88 (patch)
treec326f236da1d17147f60017e00015aa0a6b9981f /etc
parentAdd Fedora install instructions (diff)
downloadfirejail-a6d769f624f7793ebb5bfcaae8fa6aa762223a88.tar.gz
firejail-a6d769f624f7793ebb5bfcaae8fa6aa762223a88.tar.zst
firejail-a6d769f624f7793ebb5bfcaae8fa6aa762223a88.zip
Fix steam.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/steam.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index b6b340980..569f281a0 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -23,6 +23,7 @@ noblacklist ${HOME}/.steampid
23noblacklist /usr/lib/llvm* 23noblacklist /usr/lib/llvm*
24# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work 24# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work
25noblacklist /sbin 25noblacklist /sbin
26noblacklist /usr/sbin
26 27
27# Allow java (blacklisted by disable-devel.inc) 28# Allow java (blacklisted by disable-devel.inc)
28include allow-java.inc 29include allow-java.inc