aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar soredake <fdsfgs@krutt.org>2017-08-06 04:12:08 +0300
committerLibravatar soredake <fdsfgs@krutt.org>2017-08-06 04:12:08 +0300
commitce6d755cf5f44fdd56ac5e6fc65beac9902097ea (patch)
treea68eb1693e4913ee724af11a91247d2be2ad9b43 /etc
parentfix copyright statement (diff)
downloadfirejail-ce6d755cf5f44fdd56ac5e6fc65beac9902097ea.tar.gz
firejail-ce6d755cf5f44fdd56ac5e6fc65beac9902097ea.tar.zst
firejail-ce6d755cf5f44fdd56ac5e6fc65beac9902097ea.zip
fix steam startup with >=llvm-4
Diffstat (limited to 'etc')
-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