mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 06:06:03 -06:00
10 lines
338 B
Text
10 lines
338 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-python2.local
|
|
|
|
noblacklist ${HOME}/.local/lib/python2*
|
|
noblacklist ${PATH}/python2*
|
|
noblacklist /usr/include/python2*
|
|
noblacklist /usr/lib/python2*
|
|
noblacklist /usr/local/lib/python2*
|
|
noblacklist /usr/share/python2*
|