You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LIST="$(find -L /proc/*/exe -xtype l -exec test -e {} \; -print)"# waiting on temp processes to end
sleep 1
# verify existence of files and ELF formatforelfformatin${LIST};doif [[ "$(file ${elfformat})"=="*ELF*" ]];thenif [[ "$(readelf -h ${elfformat}| grep "Type")"!="*DYN*" ]];thenecho"ELF file which is not in ET_DYN ELF format - ${elfformat}">>${SECURIXVAR}/elf-format.warn
fifidone
The text was updated successfully, but these errors were encountered:
idea (dirty code):
The text was updated successfully, but these errors were encountered: