mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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
This commit is contained in:
parent
a8d460c1cb
commit
77230ebb46
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# This file is overwritten after every install/update
|
||||
quiet
|
||||
# Persistent local customizations
|
||||
include meson.local
|
||||
include pip.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
|
|
@ -12,6 +12,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue