Searched defs:auditwarn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_plugin.c46 static char auditwarn[] = "/etc/security/audit_warn"; variable
90 * __audit_dowarn - invoke the shell script auditwarn to notify the
97 * count - used with various options: how many times auditwarn has
123 (void) execl(auditwarn, auditwarn, option, text, 0);
126 (void) execl(auditwarn, auditwarn, option, countstr, 0);
128 (void) execl(auditwarn, auditwarn, option, text, countstr, 0);
130 (void) execl(auditwarn, auditwar
[all...]

Completed in 229 milliseconds