From ce6d755cf5f44fdd56ac5e6fc65beac9902097ea Mon Sep 17 00:00:00 2001 From: soredake Date: Sun, 6 Aug 2017 04:12:08 +0300 Subject: fix steam startup with >=llvm-4 --- etc/steam.profile | 3 +++ 1 file changed, 3 insertions(+) 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 # Persistent customizations should go in a .local file. include /etc/firejail/steam.local +# with >=llvm-4 mesa drivers need llvm stuff +noblacklist /usr/lib/llvm* + # Steam profile (applies to games/apps launched from Steam as well) noblacklist ${HOME}/.java noblacklist ${HOME}/.Steam -- cgit v1.2.3-54-g00ecf