aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-python3.inc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
commitfe0f975f447d59977d90c3226cc8c623b31b20b3 (patch)
tree70897a33cde6c716e273d927d18a6be4b54c18a9 /etc/inc/allow-python3.inc
parentdeprecated whitelist=yes/no in /etc/firejail/firejail.config (diff)
downloadfirejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.gz
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.zst
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.zip
move whitelist/blacklist to allow/deny
Diffstat (limited to 'etc/inc/allow-python3.inc')
-rw-r--r--etc/inc/allow-python3.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/allow-python3.inc b/etc/inc/allow-python3.inc
index d968886b0..e4b6ed1a9 100644
--- a/etc/inc/allow-python3.inc
+++ b/etc/inc/allow-python3.inc
@@ -2,9 +2,9 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include allow-python3.local 3include allow-python3.local
4 4
5noblacklist ${PATH}/python3* 5nodeny ${PATH}/python3*
6noblacklist /usr/include/python3* 6nodeny /usr/include/python3*
7noblacklist /usr/lib/python3* 7nodeny /usr/lib/python3*
8noblacklist /usr/lib64/python3* 8nodeny /usr/lib64/python3*
9noblacklist /usr/local/lib/python3* 9nodeny /usr/local/lib/python3*
10noblacklist /usr/share/python3* 10nodeny /usr/share/python3*