summaryrefslogtreecommitdiffstats
path: root/package/checksec/Config.in.host
blob: e4e8903b483f09b5183bbe96406bffe5cb200d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_HOST_CHECKSEC
	bool "host checksec"
	help
	  This tool provides a shell script to check the
	  properties of executables
	  (PIE,RELRO,Stack Canaries,Fortify Source).
	  It also has a kernel test mode that can run on target
	  for testing of PaX, ASLR, heap and config hardening.

	  NOTE: when using this tool as a host tool, the tool
	  can offline check a target folder of elf files for
	  hardening features enabled in those elf files.  There
	  are other features of this tool, like the kernel test
	  feature that are not functional offline, but require the
	  user to execute in a chroot or on target.

	  https://github.com/slimm609/checksec.sh.git
OpenPOWER on IntegriCloud