iptables: bump to version 1.6.1
[buildroot-gz.git] / package / pax-utils / Config.in
blobe61d9b31f77747c66b8de99f9cac7ffab4faf701
1 config BR2_PACKAGE_PAX_UTILS
2         bool "pax-utils"
3         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5 # needs PR_SET_NO_NEW_PRIVS
4         help
5           ELF related utils for ELF 32/64 binaries that can check files
6           for security relevant properties.
8           http://www.gentoo.org/proj/en/hardened/pax-utils.xml
10 comment "pax-utils needs a toolchain w/ headers >= 3.5"
11         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5