aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/etr.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/etr.profile')
-rw-r--r--etc/profile-a-l/etr.profile10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/profile-a-l/etr.profile b/etc/profile-a-l/etr.profile
index b970b0dfd..a2f46b757 100644
--- a/etc/profile-a-l/etr.profile
+++ b/etc/profile-a-l/etr.profile
@@ -6,7 +6,9 @@ include etr.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.etr 9nodeny ${HOME}/.etr
10
11deny /usr/libexec
10 12
11include disable-common.inc 13include disable-common.inc
12include disable-devel.inc 14include disable-devel.inc
@@ -18,8 +20,10 @@ include disable-shell.inc
18include disable-xdg.inc 20include disable-xdg.inc
19 21
20mkdir ${HOME}/.etr 22mkdir ${HOME}/.etr
21whitelist ${HOME}/.etr 23allow ${HOME}/.etr
22whitelist /usr/share/etr 24allow /usr/share/etr
25# Debian version
26allow /usr/share/games/etr
23include whitelist-common.inc 27include whitelist-common.inc
24include whitelist-runuser-common.inc 28include whitelist-runuser-common.inc
25include whitelist-usr-share-common.inc 29include whitelist-usr-share-common.inc