firejail/etc/profile-m-z/pip.profile
glitsj16 77230ebb46
pip: fixes (#5053)
* pip: fix including local override

* pip: allow access to cache

The shared build-systems-common.profile (to which pip.profile redirects) blacklists ${HOME}/.cache/pip. Override that here.

* pip: add cache support in commented whitelist
2022-03-15 19:45:26 +00:00

21 lines
516 B
Text

# Firejail profile for pip
# Description: package manager for Python packages
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include pip.local
# Persistent global definitions
include globals.local
ignore read-only ${HOME}/.local/lib
# Allow python3 (blacklisted by disable-interpreters.inc)
include allow-python3.inc
noblacklist ${HOME}/.cache/pip
#whitelist ${HOME}/.cache/pip
#whitelist ${HOME}/.local/lib/python*
# Redirect
include build-systems-common.profile