cvs commit: src/sys/bsm audit_kevents.h src/sys/compat/freebsd32
syscalls.master src/sys/kern syscalls.master
Robert Watson
rwatson at FreeBSD.org
Sun Aug 24 21:21:29 UTC 2008
rwatson 2008-08-24 21:20:35 UTC
FreeBSD src repository
Modified files:
sys/bsm audit_kevents.h
sys/compat/freebsd32 syscalls.master
sys/kern syscalls.master
Log:
SVN rev 182123 on 2008-08-24 21:20:35Z by rwatson
When MPSAFE ttys were merged, a new BSM audit event identifier was
allocated for posix_openpt(2). Unfortunately, that identifier
conflicts with other events already allocated to other systems in
OpenBSM. Assign a new globally unique identifier and conform
better to the AUE_ event naming scheme.
This is a stopgap until a new OpenBSM import is done with the
correct identifier, so we'll maintain this as a local diff in svn
until then.
Discussed with: ed
Obtained from: TrustedBSD Project
Revision Changes Path
1.15 +1 -1 src/sys/bsm/audit_kevents.h
1.104 +1 -1 src/sys/compat/freebsd32/syscalls.master
1.246 +1 -1 src/sys/kern/syscalls.master
More information about the cvs-src
mailing list