Date: Sun, 19 Apr 2009 14:53:17 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/bsm audit.h audit_kevents.h audit_record.h src/sys/conf files src/sys/security/audit audit.c audit_bsm.c audit_bsm_domain.c audit_bsm_fcntl.c audit_bsm_token.c audit_private.h audit_syscalls.c Message-ID: <200904191454.n3JEsnmR053070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-04-19 14:53:17 UTC
FreeBSD src repository
Modified files:
sys/bsm audit.h audit_kevents.h audit_record.h
sys/conf files
sys/security/audit audit.c audit_bsm.c audit_bsm_domain.c
audit_bsm_fcntl.c audit_bsm_token.c
audit_private.h audit_syscalls.c
Log:
SVN rev 191270 on 2009-04-19 14:53:17Z by rwatson
Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:
- Add and use mapping of fcntl(2) commands to new BSM constant space.
- Adopt (int) rather than (long) arguments to a number of auditon(2)
commands, as has happened in Solaris, and add compatibility code to
handle the old comments.
Note that BSM_PF_IEEE80211 is partially but not fully removed, as the
userspace OpenBSM 1.1alpha5 code still depends on it. Once userspace
is updated, I'll GCC the kernel constant.
MFC after: 2 weeks
Sponsored by: Apple, Inc.
Obtained from: TrustedBSD Project
Portions submitted by: sson
Revision Changes Path
1.16 +38 -26 src/sys/bsm/audit.h
1.20 +10 -4 src/sys/bsm/audit_kevents.h
1.16 +4 -2 src/sys/bsm/audit_record.h
1.1393 +1 -0 src/sys/conf/files
1.51 +2 -2 src/sys/security/audit/audit.c
1.42 +68 -23 src/sys/security/audit/audit_bsm.c
1.2 +1 -8 src/sys/security/audit/audit_bsm_domain.c
1.2 +5 -3 src/sys/security/audit/audit_bsm_fcntl.c
1.25 +2 -2 src/sys/security/audit/audit_bsm_token.c
1.27 +21 -5 src/sys/security/audit/audit_private.h
1.38 +126 -1 src/sys/security/audit/audit_syscalls.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904191454.n3JEsnmR053070>
