# It seems hardening-check triggers a false positive on nforenum. Even
# with the hardening flags correctly passed, it outputs:
#
#        /usr/bin/nforenum:
#        Position Independent Executable: yes
#        Stack protected: yes
#        Fortify Source functions: no, only unprotected functions found!
#               unprotected: memset
#               unprotected: fgets
#               unprotected: memmove
#               unprotected: getcwd
#               unprotected: memcpy
#               unprotected: fread
#        Read-only relocations: yes
#        Immediate binding: yes
#
# Given that this warning only occurs for nforenum and not for the other
# binaries in the package, it seems the hardening flags are properly
# applied but the nforenum binary does not have any calls to library
# functions that would profit from hardening (hardening-check can only
# do a heuristic, it cannot actually see if the hardening flags were
# applied or if they should have been).
grfcodec binary: hardening-no-fortify-functions usr/bin/nforenum
