mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 06:06:03 -06:00
11 lines
370 B
Text
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*
|