2015-06-02 15:28:20 +02:00
|
|
|
# audit has some builtin per-architecture system call tables
|
|
|
|
config BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
|
|
|
bool
|
|
|
|
default y if BR2_aarch64 || BR2_arm || BR2_armeb || \
|
2016-08-30 23:21:59 +02:00
|
|
|
BR2_i386 || BR2_powerpc || BR2_powerpc64 || \
|
|
|
|
BR2_x86_64
|
2015-06-02 15:28:20 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_AUDIT
|
|
|
|
bool "audit"
|
|
|
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-08-07 10:55:56 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2016-11-17 08:47:31 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # strndupa()
|
2015-06-02 15:28:20 +02:00
|
|
|
help
|
|
|
|
The audit package contains the user space utilities for
|
|
|
|
storing and searching the audit records generated by
|
|
|
|
the audit subsystem in the Linux 2.6 kernel
|
|
|
|
|
|
|
|
Note: The z/OS remote plugin is disabled in this package
|
|
|
|
|
|
|
|
http://people.redhat.com/sgrubb/audit/
|
|
|
|
|
2016-06-08 23:40:54 +02:00
|
|
|
comment "audit needs a uClibc or glibc toolchain w/ threads, dynamic library"
|
2015-08-13 23:57:45 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
|
|
|
|| BR2_TOOLCHAIN_USES_MUSL
|
2015-06-02 15:28:20 +02:00
|
|
|
depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
|