From 17f803513263f1488f344424ca01b1c3f95e2df0 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 1 Jun 2019 20:19:01 +0000 Subject: Create allow-INTERPETER.inc (#2736) * Create allow-INTERPETER.inc * allow-lua.inc * allow-perl.inc * allow-python2.inc * allow-python3.inc * Create allow-java.inc * Update profiles to use new allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 2/x * Fix order of allow-INTERPRETER.inc includes * Update profiles to use new allow-INTERPRETER.inc includes 3/x * Fixup comment about allow-java.inc https://github.com/netblue30/firejail/pull/2736#discussion_r289597997 * Add Arch Linux specific paths to allow-perl.inc --- etc/authenticator.profile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'etc/authenticator.profile') diff --git a/etc/authenticator.profile b/etc/authenticator.profile index e08dc12eb..39546112e 100644 --- a/etc/authenticator.profile +++ b/etc/authenticator.profile @@ -10,12 +10,8 @@ noblacklist ${HOME}/.cache/Authenticator noblacklist ${HOME}/.config/Authenticator # Allow python (blacklisted by disable-interpreters.inc) -#noblacklist ${PATH}/python2* -noblacklist ${PATH}/python3* -#noblacklist /usr/lib/python2* -noblacklist /usr/lib/python3* -#noblacklist /usr/local/lib/python2* -noblacklist /usr/local/lib/python3* +#include allow-python2.inc +include allow-python3.inc include disable-common.inc include disable-devel.inc -- cgit v1.2.3-54-g00ecf