Wireshark-commits: [Wireshark-commits] master f1efeb1: Fix Windows hardening check
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1efeb1eba8329fdd8a1021fdc7bdb327203a8b5
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f1efeb1 by Graham Bloice (graham.bloice@xxxxxxxxxxxxx):
Fix Windows hardening check
The hardening check runs on all binaries and quite a few third party binaries
are not hardened, thus leading to a warning on the buildslave.
The change reduces the noise by not counting the binaries that are known to be
"soft". They are still printed in the output though, for reference.
Also fixed the search directory passed to the script.
Change-Id: I1619066c687c9ba934ab38fccbbf2011108328e4
Reviewed-on: https://code.wireshark.org/review/12016
Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Tested-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Actions performed:
from 6552810 acinclude.m4: Replace AS_ECHO_N with printf
adds f1efeb1 Fix Windows hardening check
Summary of changes:
CMakeLists.txt | 2 +-
tools/Get-HardenFlags.ps1 | 58 +++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 57 insertions(+), 3 deletions(-)