2013-06-25 22:41:07 +02:00
|
|
|
config BR2_PACKAGE_PAX_UTILS
|
|
|
|
bool "pax-utils"
|
2014-06-18 18:30:24 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2013-06-25 22:41:07 +02:00
|
|
|
help
|
|
|
|
ELF related utils for ELF 32/64 binaries that can check files
|
|
|
|
for security relevant properties.
|
|
|
|
|
|
|
|
http://www.gentoo.org/proj/en/hardened/pax-utils.xml
|
2014-06-18 18:30:24 +02:00
|
|
|
|
|
|
|
comment "pax-utils needs a toolchain w/ largefile"
|
|
|
|
depends on !BR2_LARGEFILE
|