Home
last modified time | relevance | path

Searched refs:AUDIT_ARGV (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_policy.h37 AUDIT_ARGV|\
63 {"argv", AUDIT_ARGV, "include exec command line args in audit recs"},
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h266 #define AUDIT_ARGV 0x0004 /* include argv with execv system call events */ macro
284 #define AUDIT_LOCAL (AUDIT_CNT | AUDIT_ARGV | AUDIT_ARGE |\
H A Daudit.c1264 if (pfcred != NULL || (kctx->auk_policy & AUDIT_ARGV) != 0) in audit_exec()
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h135 #define AUDIT_ARGV 0x0004 macro