mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
stripper: Strip any PIE executables
Fixes: #12894 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
801143615a
commit
8ac8abb269
@@ -38,6 +38,10 @@ function _strip() {
|
||||
args+=( "--strip-all" )
|
||||
;;
|
||||
|
||||
*Type:*"DYN (Position-Independent Executable file)"*)
|
||||
args+=( "--strip-all" )
|
||||
;;
|
||||
|
||||
# Binaries
|
||||
*Type:*"EXEC (Executable file)"*)
|
||||
args+=( "--strip-all" )
|
||||
|
||||
Reference in New Issue
Block a user