mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
9 lines
298 B
PHP
9 lines
298 B
PHP
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-python3.local
|
|
|
|
noblacklist ${PATH}/python3*
|
|
noblacklist /usr/include/python3*
|
|
noblacklist /usr/lib/python3*
|
|
noblacklist /usr/local/lib/python3*
|
|
noblacklist /usr/share/python3*
|