firejail/etc/inc/allow-python3.inc
pirate486743186 06816e9045
block local python (#5826)
Co-authored-by: pirate486743186 <>
2023-05-11 18:32:45 +00:00

11 lines
370 B
Text

# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-python3.local
noblacklist ${HOME}/.local/lib/python3*
noblacklist ${PATH}/python3*
noblacklist /usr/include/python3*
noblacklist /usr/lib/python3*
noblacklist /usr/lib64/python3*
noblacklist /usr/local/lib/python3*
noblacklist /usr/share/python3*