aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-08-06 13:23:49 -0500
committerLibravatar GitHub <noreply@github.com>2017-08-06 13:23:49 -0500
commit1e66bdfb50463f380669f16f725908686a73a85d (patch)
treefb1430cd108a18c8e563836303b0137dbfe20f80
parentprivate-lib: fix crash (diff)
parentfix steam startup with >=llvm-4 (diff)
downloadfirejail-1e66bdfb50463f380669f16f725908686a73a85d.tar.gz
firejail-1e66bdfb50463f380669f16f725908686a73a85d.tar.zst
firejail-1e66bdfb50463f380669f16f725908686a73a85d.zip
Merge pull request #1437 from soredake/steamfix
fix steam startup with >=llvm-4
-rw-r--r--etc/steam.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index 9eaa6a83b..856824b5d 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -5,6 +5,9 @@ include /etc/firejail/globals.local
5# Persistent customizations should go in a .local file. 5# Persistent customizations should go in a .local file.
6include /etc/firejail/steam.local 6include /etc/firejail/steam.local
7 7
8# with >=llvm-4 mesa drivers need llvm stuff
9noblacklist /usr/lib/llvm*
10
8# Steam profile (applies to games/apps launched from Steam as well) 11# Steam profile (applies to games/apps launched from Steam as well)
9noblacklist ${HOME}/.java 12noblacklist ${HOME}/.java
10noblacklist ${HOME}/.Steam 13noblacklist ${HOME}/.Steam