Home
last modified time | relevance | path

Searched refs:AUDIT_ARGE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_policy.h36 AUDIT_ARGE|\
62 {"arge", AUDIT_ARGE, "include exec environment args in audit recs"},
H A Dadt_token.c191 if (sp->as_kernel_audit_policy & AUDIT_ARGE) in adt_to_cmd()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h267 #define AUDIT_ARGE 0x0008 /* include arge with execv system call events */ macro
284 #define AUDIT_LOCAL (AUDIT_CNT | AUDIT_ARGV | AUDIT_ARGE |\
H A Daudit.c1267 if (kctx->auk_policy & AUDIT_ARGE) in audit_exec()
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h136 #define AUDIT_ARGE 0x0008 macro