aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 19:45:26 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-11 19:45:26 +0200
commitf0d23924c185f4692d34d591a146ab8ea1186dad (patch)
treea17a074fbfe20dec66f2e19de016ac947eaa18aa /etc/profile-m-z
parentbuild-systems-common: Make whitelist opt-in (diff)
downloadfirejail-f0d23924c185f4692d34d591a146ab8ea1186dad.tar.gz
firejail-f0d23924c185f4692d34d591a146ab8ea1186dad.tar.zst
firejail-f0d23924c185f4692d34d591a146ab8ea1186dad.zip
Drop private-bin from build-systems
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/meson.profile2
-rw-r--r--etc/profile-m-z/pip.profile2
2 files changed, 0 insertions, 4 deletions
diff --git a/etc/profile-m-z/meson.profile b/etc/profile-m-z/meson.profile
index 43109e771..b4909a9d8 100644
--- a/etc/profile-m-z/meson.profile
+++ b/etc/profile-m-z/meson.profile
@@ -10,7 +10,5 @@ include globals.local
10# Allow python3 (blacklisted by disable-interpreters.inc) 10# Allow python3 (blacklisted by disable-interpreters.inc)
11include allow-python3.inc 11include allow-python3.inc
12 12
13private-bin meson,python3*
14
15# Redirect 13# Redirect
16include build-systems-common.profile 14include build-systems-common.profile
diff --git a/etc/profile-m-z/pip.profile b/etc/profile-m-z/pip.profile
index 1f551b718..a0926371f 100644
--- a/etc/profile-m-z/pip.profile
+++ b/etc/profile-m-z/pip.profile
@@ -14,7 +14,5 @@ include allow-python3.inc
14 14
15#whitelist ${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*
18
19# Redirect 17# Redirect
20include build-systems-common.profile 18include build-systems-common.profile