summaryrefslogtreecommitdiffstats
path: root/etc/authenticator.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/authenticator.profile')
-rw-r--r--etc/authenticator.profile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/authenticator.profile b/etc/authenticator.profile
index 339b51239..f989ab1ba 100644
--- a/etc/authenticator.profile
+++ b/etc/authenticator.profile
@@ -8,9 +8,13 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/Authenticator 9noblacklist ${HOME}/.config/Authenticator
10 10
11# Allow python 3.x (blacklisted by disable-interpreters.inc) 11# Allow python (blacklisted by disable-interpreters.inc)
12#noblacklist ${PATH}/python2*
12noblacklist ${PATH}/python3* 13noblacklist ${PATH}/python3*
14#noblacklist /usr/lib/python2*
13noblacklist /usr/lib/python3* 15noblacklist /usr/lib/python3*
16#noblacklist /usr/local/lib/python2*
17noblacklist /usr/local/lib/python3*
14 18
15include disable-common.inc 19include disable-common.inc
16include disable-devel.inc 20include disable-devel.inc