aboutsummaryrefslogtreecommitdiffstats
path: root/etc/d-feet.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/d-feet.profile')
-rw-r--r--etc/d-feet.profile10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/d-feet.profile b/etc/d-feet.profile
index 9475bdd2a..e06769601 100644
--- a/etc/d-feet.profile
+++ b/etc/d-feet.profile
@@ -9,12 +9,8 @@ include globals.local
9noblacklist ${HOME}/.config/d-feet 9noblacklist ${HOME}/.config/d-feet
10 10
11# Allow python (disabled by disable-interpreters.inc) 11# Allow python (disabled by disable-interpreters.inc)
12noblacklist ${PATH}/python2* 12include allow-python2.inc
13noblacklist ${PATH}/python3* 13include allow-python3.inc
14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
16noblacklist /usr/local/lib/python2*
17noblacklist /usr/local/lib/python3*
18 14
19include disable-common.inc 15include disable-common.inc
20include disable-devel.inc 16include disable-devel.inc
@@ -53,4 +49,4 @@ private-dev
53private-etc alternatives,dbus-1,fonts,machine-id 49private-etc alternatives,dbus-1,fonts,machine-id
54private-tmp 50private-tmp
55 51
56# memory-deny-write-execute - Breaks on Arch 52#memory-deny-write-execute - breaks on Arch (see issue #1803)