aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-18 08:10:24 -0400
committerLibravatar GitHub <noreply@github.com>2017-09-18 08:10:24 -0400
commit78a2570449f2f94f20f18589de84ac5b89d583dd (patch)
tree2d787fd04a05efb2cfdf629ae5fc442c8577780b /etc
parentMerge pull request #1558 from jelford/ssh-agent-noshell (diff)
parentfix usage of STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 in steam.profile (diff)
downloadfirejail-78a2570449f2f94f20f18589de84ac5b89d583dd.tar.gz
firejail-78a2570449f2f94f20f18589de84ac5b89d583dd.tar.zst
firejail-78a2570449f2f94f20f18589de84ac5b89d583dd.zip
Merge pull request #1561 from soredake/steamfix
fix usage of STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 in steam.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/steam.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index 227162e1f..b4b9ede70 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -21,6 +21,8 @@ noblacklist ${HOME}/.steampath
21noblacklist ${HOME}/.steampid 21noblacklist ${HOME}/.steampid
22# with >=llvm-4 mesa drivers need llvm stuff 22# with >=llvm-4 mesa drivers need llvm stuff
23noblacklist /usr/lib/llvm* 23noblacklist /usr/lib/llvm*
24# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work
25noblacklist /sbin
24 26
25include /etc/firejail/disable-common.inc 27include /etc/firejail/disable-common.inc
26include /etc/firejail/disable-devel.inc 28include /etc/firejail/disable-devel.inc
@@ -44,5 +46,5 @@ shell none
44 46
45# private-dev should be commented for controllers 47# private-dev should be commented for controllers
46private-dev 48private-dev
47private-etc asound.conf,ca-certificates,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,lsb-release,machine-id,mime.types,passwd,pulse,resolv.conf,ssl 49private-etc asound.conf,ca-certificates,dbus-1,drirc,fonts,group,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,ld.so.conf,ld.so.conf.d,localtime,lsb-release,machine-id,mime.types,passwd,pulse,resolv.conf,ssl
48private-tmp 50private-tmp