mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
check-links.sh: treat PIE executable as elf files
This commit is contained in:
parent
3fcbde5e88
commit
88741a40c8
@ -49,7 +49,7 @@ fi
|
||||
mime=$(file -L --mime-type $1)
|
||||
isbin=0
|
||||
case $mime in
|
||||
*application/x-executable) isbin=1 ;;
|
||||
*application/x-executable|*application/x-pie-executable) isbin=1 ;;
|
||||
*application/x-sharedlib);;
|
||||
*) echo "Not an elf file" >&2 ; exit 1;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user