1 # audit has some builtin per-architecture system call tables
2 config BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
4 default y if BR2_aarch64 || BR2_arm || BR2_armeb || \
5 BR2_i386 || BR2_powerpc || BR2_powerpc64 || \
8 config BR2_PACKAGE_AUDIT
10 depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
11 depends on BR2_TOOLCHAIN_HAS_THREADS
12 depends on !BR2_STATIC_LIBS
13 depends on !BR2_TOOLCHAIN_USES_MUSL # strndupa()
15 The audit package contains the user space utilities for
16 storing and searching the audit records generated by
17 the audit subsystem in the Linux 2.6 kernel
19 Note: The z/OS remote plugin is disabled in this package
21 http://people.redhat.com/sgrubb/audit/
23 comment "audit needs a uClibc or glibc toolchain w/ threads, dynamic library"
24 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
25 || BR2_TOOLCHAIN_USES_MUSL
26 depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS