aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-python3.inc
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <429925+pirate486743186@users.noreply.github.com>2023-05-11 20:32:45 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-11 18:32:45 +0000
commit06816e904573ec3feb8a27a230d36ee5d488e72b (patch)
tree26a074e8c61aa7134d36da50c2862f1a7d1a10e8 /etc/inc/allow-python3.inc
parentsbox: improve seccomp blacklist (diff)
downloadfirejail-06816e904573ec3feb8a27a230d36ee5d488e72b.tar.gz
firejail-06816e904573ec3feb8a27a230d36ee5d488e72b.tar.zst
firejail-06816e904573ec3feb8a27a230d36ee5d488e72b.zip
block local python (#5826)
Co-authored-by: pirate486743186 <>
Diffstat (limited to 'etc/inc/allow-python3.inc')
-rw-r--r--etc/inc/allow-python3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/allow-python3.inc b/etc/inc/allow-python3.inc
index d968886b0..0693fb7e7 100644
--- a/etc/inc/allow-python3.inc
+++ b/etc/inc/allow-python3.inc
@@ -2,6 +2,7 @@
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 ${HOME}/.local/lib/python3*
5noblacklist ${PATH}/python3* 6noblacklist ${PATH}/python3*
6noblacklist /usr/include/python3* 7noblacklist /usr/include/python3*
7noblacklist /usr/lib/python3* 8noblacklist /usr/lib/python3*