Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checksec_automator.sh: Assorted cleanups
- Check for checksec before the loop, not in the loop - Use "test -x" for the above - Check for correct and exact number of expected arguments - Harden the find/file step by usage of -print0, xargs -r0, and -- (hardening further steps is also possible, but trickier, so not done) - Get rid of the temporary file (use a pipe) - Run "tee -a" outside of the loop, not per file
- Loading branch information