aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/curl.profile1
-rw-r--r--etc/profile-a-l/fractal.profile1
-rw-r--r--etc/profile-m-z/obs.profile3
-rw-r--r--etc/profile-m-z/steam.profile3
5 files changed, 10 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 13b4b2078..50e4854ac 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -411,6 +411,7 @@ blacklist ${HOME}/.config/com.github.bleakgrey.tootle
411blacklist ${HOME}/.config/com.lettura.dev 411blacklist ${HOME}/.config/com.lettura.dev
412blacklist ${HOME}/.config/corebird 412blacklist ${HOME}/.config/corebird
413blacklist ${HOME}/.config/coyim 413blacklist ${HOME}/.config/coyim
414blacklist ${HOME}/.config/curlrc
414blacklist ${HOME}/.config/d-feet 415blacklist ${HOME}/.config/d-feet
415blacklist ${HOME}/.config/darktable 416blacklist ${HOME}/.config/darktable
416blacklist ${HOME}/.config/deadbeef 417blacklist ${HOME}/.config/deadbeef
@@ -1219,6 +1220,7 @@ blacklist ${HOME}/Standard Notes Backups
1219blacklist ${HOME}/TeamSpeak3-Client-linux_amd64 1220blacklist ${HOME}/TeamSpeak3-Client-linux_amd64
1220blacklist ${HOME}/TeamSpeak3-Client-linux_x86 1221blacklist ${HOME}/TeamSpeak3-Client-linux_x86
1221blacklist ${HOME}/UpdateInfo 1222blacklist ${HOME}/UpdateInfo
1223blacklist ${HOME}/Zomboid
1222blacklist ${HOME}/hyperrogue.ini 1224blacklist ${HOME}/hyperrogue.ini
1223blacklist ${HOME}/i2p 1225blacklist ${HOME}/i2p
1224blacklist ${HOME}/mps 1226blacklist ${HOME}/mps
diff --git a/etc/profile-a-l/curl.profile b/etc/profile-a-l/curl.profile
index 42ade7ce9..417abcc91 100644
--- a/etc/profile-a-l/curl.profile
+++ b/etc/profile-a-l/curl.profile
@@ -7,6 +7,7 @@ include curl.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10noblacklist ${HOME}/.config/curlrc # since curl 7.73.0
10# curl 7.74.0 introduces experimental support for HSTS cache 11# curl 7.74.0 introduces experimental support for HSTS cache
11# https://daniel.haxx.se/blog/2020/11/03/hsts-your-curl/ 12# https://daniel.haxx.se/blog/2020/11/03/hsts-your-curl/
12# Technically this file can be anywhere but let's assume users have it in ${HOME}/.curl-hsts. 13# Technically this file can be anywhere but let's assume users have it in ${HOME}/.curl-hsts.
diff --git a/etc/profile-a-l/fractal.profile b/etc/profile-a-l/fractal.profile
index fe0bc8756..d35055d43 100644
--- a/etc/profile-a-l/fractal.profile
+++ b/etc/profile-a-l/fractal.profile
@@ -23,6 +23,7 @@ include disable-xdg.inc
23mkdir ${HOME}/.cache/fractal 23mkdir ${HOME}/.cache/fractal
24whitelist ${HOME}/.cache/fractal 24whitelist ${HOME}/.cache/fractal
25whitelist ${DOWNLOADS} 25whitelist ${DOWNLOADS}
26whitelist /usr/share/fractal
26include whitelist-common.inc 27include whitelist-common.inc
27include whitelist-runuser-common.inc 28include whitelist-runuser-common.inc
28include whitelist-usr-share-common.inc 29include whitelist-usr-share-common.inc
diff --git a/etc/profile-m-z/obs.profile b/etc/profile-m-z/obs.profile
index 82e7a4137..dbcc07809 100644
--- a/etc/profile-m-z/obs.profile
+++ b/etc/profile-m-z/obs.profile
@@ -10,6 +10,9 @@ noblacklist ${MUSIC}
10noblacklist ${PICTURES} 10noblacklist ${PICTURES}
11noblacklist ${VIDEOS} 11noblacklist ${VIDEOS}
12 12
13# Allow lua (blacklisted by disable-interpreters.inc)
14include allow-lua.inc
15
13# Allow python (blacklisted by disable-interpreters.inc) 16# Allow python (blacklisted by disable-interpreters.inc)
14include allow-python2.inc 17include allow-python2.inc
15include allow-python3.inc 18include allow-python3.inc
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 41de746dd..e0ced2030 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -44,6 +44,7 @@ noblacklist ${HOME}/.prey
44noblacklist ${HOME}/.steam 44noblacklist ${HOME}/.steam
45noblacklist ${HOME}/.steampath 45noblacklist ${HOME}/.steampath
46noblacklist ${HOME}/.steampid 46noblacklist ${HOME}/.steampid
47noblacklist ${HOME}/Zomboid
47# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work 48# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work
48noblacklist /sbin 49noblacklist /sbin
49noblacklist /usr/sbin 50noblacklist /usr/sbin
@@ -95,6 +96,7 @@ mkdir ${HOME}/.paradoxinteractive
95mkdir ${HOME}/.paradoxlauncher 96mkdir ${HOME}/.paradoxlauncher
96mkdir ${HOME}/.prey 97mkdir ${HOME}/.prey
97mkdir ${HOME}/.steam 98mkdir ${HOME}/.steam
99mkdir ${HOME}/Zomboid
98mkfile ${HOME}/.steampath 100mkfile ${HOME}/.steampath
99mkfile ${HOME}/.steampid 101mkfile ${HOME}/.steampid
100whitelist ${HOME}/.config/Epic 102whitelist ${HOME}/.config/Epic
@@ -136,6 +138,7 @@ whitelist ${HOME}/.prey
136whitelist ${HOME}/.steam 138whitelist ${HOME}/.steam
137whitelist ${HOME}/.steampath 139whitelist ${HOME}/.steampath
138whitelist ${HOME}/.steampid 140whitelist ${HOME}/.steampid
141whitelist ${HOME}/Zomboid
139include whitelist-common.inc 142include whitelist-common.inc
140include whitelist-var-common.inc 143include whitelist-var-common.inc
141 144