From 83d70cffe7d761075de6845300029d759e8bca3d Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 25 Jan 2020 11:33:54 +0100 Subject: disable-interpreters: blacklist /usr/lib64/python3* --- etc/allow-python3.inc | 1 + etc/disable-interpreters.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/allow-python3.inc b/etc/allow-python3.inc index 91c7ffca4..4f7c76d0a 100644 --- a/etc/allow-python3.inc +++ b/etc/allow-python3.inc @@ -1,5 +1,6 @@ noblacklist ${PATH}/python3* noblacklist /usr/include/python3* noblacklist /usr/lib/python3* +noblacklist /usr/lib64/python3* noblacklist /usr/local/lib/python3* noblacklist /usr/share/python3* diff --git a/etc/disable-interpreters.inc b/etc/disable-interpreters.inc index 4c4eed25d..6acd1de8e 100644 --- a/etc/disable-interpreters.inc +++ b/etc/disable-interpreters.inc @@ -47,5 +47,6 @@ blacklist /usr/share/python2* blacklist ${PATH}/python3* blacklist /usr/include/python3* blacklist /usr/lib/python3* +blacklist /usr/lib64/python3* blacklist /usr/local/lib/python3* blacklist /usr/share/python3* -- cgit v1.2.3-70-g09d2