2013-06-25 22:41:07 +02:00
|
|
|
config BR2_PACKAGE_PAX_UTILS
|
|
|
|
bool "pax-utils"
|
2020-10-31 16:08:36 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
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
|
2020-10-31 16:08:36 +01:00
|
|
|
|
|
|
|
comment "pax-utils needs a toolchain w/ wchar"
|
|
|
|
depends on !BR2_USE_WCHAR
|