Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/security/audit/audit_syscalls.c 161813 2006-09-01 11:45:40Z wsalamon $
---
> * $FreeBSD: head/sys/security/audit/audit_syscalls.c 162380 2006-09-17 17:52:57Z csjp $
120a121,128
>
> /*
> * Currently we assume that all preselection has been performed in
> * userspace. We unconditionally set these masks so that the records
> * get committed both to the trail and pipe. In the future we will
> * want to setup kernel based preselection.
> */
> ar->k_ar_commit |= (AR_PRESELECT_USER_TRAIL | AR_PRESELECT_USER_PIPE);