verify-elf (verify_unresolved): treat PIEs as executables
This commit is contained in:
parent
8c1f9d589b
commit
a4fb4d42e7
@ -196,7 +196,8 @@ verify_unresolved()
|
||||
;;
|
||||
*)
|
||||
if [ -z "${t##*ELF* executable*dynamically linked*}" ] ||
|
||||
lookup_path "${fname%/*}" "$RPM_VERIFY_ELF_LDD_RPATH"; then
|
||||
lookup_path "${fname%/*}" "$RPM_VERIFY_ELF_LDD_RPATH" ||
|
||||
@RPMCONFIGDIR@/is_elf_so_executable "$f"; then
|
||||
ldd_rc=1
|
||||
else
|
||||
ldd_rc=0
|
||||
|
Loading…
Reference in New Issue
Block a user