diff options
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ postcheck() { echo "$i" fi # check so we dont have any suid root binaries that are not PIE - i=$(find "$dir" -type f -perm +6000 \ + i=$(find "$dir" -type f -perm /6000 \ | xargs scanelf --nobanner --etype ET_EXEC \ | sed "s|ET_EXEC $dir|\t|") if [ -n "$i" ]; then |