xref: /OK3568_Linux_fs/buildroot/package/checksec/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_CHECKSEC
2	bool "host checksec"
3	help
4	  This tool provides a shell script to check the
5	  properties of executables
6	  (PIE,RELRO,Stack Canaries,Fortify Source).
7	  It also has a kernel test mode that can run on target
8	  for testing of PaX, ASLR, heap and config hardening.
9
10	  NOTE: when using this tool as a host tool, the tool
11	  can offline check a target folder of elf files for
12	  hardening features enabled in those elf files.  There
13	  are other features of this tool, like the kernel test
14	  feature that are not functional offline, but require the
15	  user to execute in a chroot or on target.
16
17	  https://github.com/slimm609/checksec.sh.git
18