Home
last modified time | relevance | path

Searched refs:AUDIT_GLOBAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/c2/
H A Daudit.h283 #define AUDIT_GLOBAL (AUDIT_AHLT | AUDIT_PERZONE) macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dauditsys.c450 if (policy & ~(AUDIT_GLOBAL | AUDIT_LOCAL)) in setpolicy()
453 audit_policy = policy & AUDIT_GLOBAL; in setpolicy()