mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 14:15:46 -06:00
* local customizations for allow-common-devel.inc * local customizations for allow-java.inc * local customizations for allow-lua.inc * local customizations for allow-perl.inc * local customizations for allow-python2.inc * local customizations for allow-python3.inc * local customizations for allow-ruby.inc
10 lines
330 B
PHP
10 lines
330 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/lib64/python3*
|
|
noblacklist /usr/local/lib/python3*
|
|
noblacklist /usr/share/python3*
|