Home
last modified time | relevance | path

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

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