aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/pip.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 14:38:18 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 14:38:18 +0200
commit2712dd7274a59727b3118982044c7c9426099232 (patch)
treeae7382f9382158f2f86a7831c34c4adc255915f2 /etc/profile-m-z/pip.profile
parentAdd profiles for build-systems (/package-managers) (diff)
downloadfirejail-2712dd7274a59727b3118982044c7c9426099232.tar.gz
firejail-2712dd7274a59727b3118982044c7c9426099232.tar.zst
firejail-2712dd7274a59727b3118982044c7c9426099232.zip
build-systems-common: Make whitelist opt-in
Diffstat (limited to 'etc/profile-m-z/pip.profile')
-rw-r--r--etc/profile-m-z/pip.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/pip.profile b/etc/profile-m-z/pip.profile
index 54d95e335..1f551b718 100644
--- a/etc/profile-m-z/pip.profile
+++ b/etc/profile-m-z/pip.profile
@@ -12,7 +12,7 @@ ignore read-only ${HOME}/.local/lib
12# Allow python3 (blacklisted by disable-interpreters.inc) 12# Allow python3 (blacklisted by disable-interpreters.inc)
13include allow-python3.inc 13include allow-python3.inc
14 14
15whitelist ${HOME}/.local/lib/python* 15#whitelist ${HOME}/.local/lib/python*
16 16
17private-bin pip,pip[0-9].[0-9],pip[0-9].[0-9],python3* 17private-bin pip,pip[0-9].[0-9],pip[0-9].[0-9],python3*
18 18