Deleted Added
full compact
29,30c29,30
< * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit.h#4
< * $FreeBSD: head/sys/bsm/audit.h 187214 2009-01-14 10:44:16Z rwatson $
---
> * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit.h#5
> * $FreeBSD: head/sys/bsm/audit.h 189279 2009-03-02 13:29:18Z rwatson $
69,70c69,71
< #define AUDIT_TRIGGER_INITIALIZE 7 /* Initialize audit. */
< #define AUDIT_TRIGGER_MAX 7
---
> #define AUDIT_TRIGGER_INITIALIZE 7 /* User initialize of auditd. */
> #define AUDIT_TRIGGER_EXPIRE_TRAILS 8 /* User expiration of trails. */
> #define AUDIT_TRIGGER_MAX 8