aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar soredake <fdsfgs@krutt.org>2017-09-18 02:19:33 +0300
committerLibravatar soredake <fdsfgs@krutt.org>2017-09-18 02:19:33 +0300
commitb44ee405f734d8a23ba1159ccd35bb832d3c0303 (patch)
tree10f29eeb836fcb9468f5e65ac420d64c99bb3a14 /etc
parentwhitelist /var - Xubuntu fixes (diff)
downloadfirejail-b44ee405f734d8a23ba1159ccd35bb832d3c0303.tar.gz
firejail-b44ee405f734d8a23ba1159ccd35bb832d3c0303.tar.zst
firejail-b44ee405f734d8a23ba1159ccd35bb832d3c0303.zip
fix usage of STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 in steam.profile
steam.sh executes `/sbin/ldconfig -XNv 2> /dev/null` when STEAM_RUNTIME_PREFER_HOST_LIBRARIES is not zero and fails in some cases (see https://github.com/ValveSoftware/steam-for-linux/issues/4768) because of blacklisted /sbin and missing ld.so.conf{,.d} https://steamcommunity.com/groups/SteamClientBeta/announcements/detail/586991182161672256
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