summaryrefslogtreecommitdiffstats
path: root/etc/steam.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/steam.profile')
-rw-r--r--etc/steam.profile15
1 files changed, 4 insertions, 11 deletions
diff --git a/etc/steam.profile b/etc/steam.profile
index 8f08b18f0..5ab600bfb 100644
--- a/etc/steam.profile
+++ b/etc/steam.profile
@@ -25,19 +25,12 @@ noblacklist /usr/lib/llvm*
25# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work 25# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work
26noblacklist /sbin 26noblacklist /sbin
27 27
28# Allow access to java 28# Allow java (blacklisted by disable-devel.inc)
29noblacklist ${PATH}/java 29include allow-java.inc
30noblacklist /usr/lib/java
31noblacklist /etc/java
32noblacklist /usr/share/java
33 30
34# Allow python (blacklisted by disable-interpreters.inc) 31# Allow python (blacklisted by disable-interpreters.inc)
35noblacklist ${PATH}/python2* 32include allow-python2.inc
36noblacklist ${PATH}/python3* 33include allow-python3.inc
37noblacklist /usr/lib/python2*
38noblacklist /usr/lib/python3*
39noblacklist /usr/local/lib/python2*
40noblacklist /usr/local/lib/python3*
41 34
42include disable-common.inc 35include disable-common.inc
43include disable-devel.inc 36include disable-devel.inc