Searched refs:audit_submit (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/su/ |
| H A D | su.c | 216 if (audit_submit(AUE_su, auid, in main() 251 if (audit_submit(AUE_su, auid, EPERM, 1, in main() 292 if (audit_submit(AUE_su, auid, EPERM, 1, "bad su %s to %s on %s", in main() 301 if (audit_submit(AUE_su, auid, 0, 0, "successful authentication")) in main() 313 if (audit_submit(AUE_su, auid, EPERM, 1, in main() 329 if (audit_submit(AUE_su, auid, EPERM, 1, in main() 340 if (audit_submit(AUE_su, auid, EPERM, 1, "pam_acct_mgmt: %s", in main() 355 if (audit_submit(AUE_su, auid, EPERM, 1, in main()
|
| /freebsd/lib/libbsm/ |
| H A D | Makefile | 55 audit_submit.3
|
| /freebsd/contrib/openbsm/ |
| H A D | NEWS | 87 generated by audit_submit(3) were improperly encoded has been fixed. 88 - Fix example in audit_submit(3) man page. Also, make it clear that we want 134 local error number passed to audit_submit(3) to a BSM error number, rather 243 - Teach audit_submit(3) about getaudit_addr(2). 395 - New utility API, audit_submit(), added to capture common elements of audit
|
| /freebsd/contrib/openbsm/libbsm/ |
| H A D | bsm_wrappers.c | 65 audit_submit(short au_event, au_id_t auid, char status, in audit_submit() function
|
| /freebsd/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 785 int audit_submit(short au_event, au_id_t auid,
|