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

/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_plugin.c50 static char auditwarn[] = "/etc/security/audit_warn"; variable
97 * __audit_dowarn - invoke the shell script auditwarn to notify the
104 * count - used with various options: how many times auditwarn has
132 (void) execl(auditwarn, auditwarn, option, text, NULL);
138 (void) execl(auditwarn, auditwarn, option, countstr, NULL);
143 (void) execl(auditwarn, auditwarn, option, text,
149 (void) execl(auditwarn, auditwar
[all...]

Completed in 20 milliseconds