Lines Matching refs:audit
400 sys/audit.h \
625 AC_DEFINE([AU_IPv4], [0], [System only supports IPv4 audit records])
626 [#include <bsm/audit.h>]
715 [Define if you want IRIX audit trails])
767 AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [],
1509 AC_ARG_WITH([audit], optwith
1510 [ --with-audit=module Enable audit support (modules=debug,bsm,linux)],
1512 AC_MSG_CHECKING([for supported audit module])
1518 AC_CHECK_HEADERS([bsm/audit.h], [],
1519 [AC_MSG_ERROR([BSM enabled and bsm/audit.h not found])],
1532 AC_DEFINE([USE_BSM_AUDIT], [1], [Use BSM audit module])
1545 AC_DEFINE([USE_LINUX_AUDIT], [1], [Use Linux audit module])
1550 AC_DEFINE([SSH_AUDIT_EVENTS], [1], [Use audit debugging module])
1556 AC_MSG_ERROR([Unknown audit module $withval])
2948 #include <linux/audit.h>
4950 echo "WARNING: BSM audit support is currently considered EXPERIMENTAL."