Drop private-bin from build-systems

This commit is contained in:
rusty-snake 2021-09-11 19:45:26 +02:00
parent 2712dd7274
commit f0d23924c1
4 changed files with 0 additions and 8 deletions

View file

@ -19,7 +19,5 @@ whitelist /usr/share/gems
whitelist /usr/share/ruby
whitelist /usr/share/rubygems
private-bin bundle,bundler,ruby,ruby-mri
# Redirect
include build-systems-common.profile

View file

@ -7,8 +7,6 @@ include cargo.local
# Persistent global definitions
include globals.local
private-bin cmake
memory-deny-write-execute
# Redirect

View file

@ -10,7 +10,5 @@ include globals.local
# Allow python3 (blacklisted by disable-interpreters.inc)
include allow-python3.inc
private-bin meson,python3*
# Redirect
include build-systems-common.profile

View file

@ -14,7 +14,5 @@ include allow-python3.inc
#whitelist ${HOME}/.local/lib/python*
private-bin pip,pip[0-9].[0-9],pip[0-9].[0-9],python3*
# Redirect
include build-systems-common.profile