aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-python2.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-python2.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-python2.inc')
-rw-r--r--etc/inc/allow-python2.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/inc/allow-python2.inc b/etc/inc/allow-python2.inc
index b0525e2e1..f1830043a 100644
--- a/etc/inc/allow-python2.inc
+++ b/etc/inc/allow-python2.inc
@@ -2,8 +2,8 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include allow-python2.local 3include allow-python2.local
4 4
5noblacklist ${PATH}/python2* 5nodeny ${PATH}/python2*
6noblacklist /usr/include/python2* 6nodeny /usr/include/python2*
7noblacklist /usr/lib/python2* 7nodeny /usr/lib/python2*
8noblacklist /usr/local/lib/python2* 8nodeny /usr/local/lib/python2*
9noblacklist /usr/share/python2* 9nodeny /usr/share/python2*