From 3011a662a517d2feb517e9e316cf3ec325dacfd3 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 6 Feb 2006 01:12:46 +0000 Subject: Merge OpenBSM 1.0 alpha 3 include file changes from contrib/openbsm/bsm to sys/bsm: - Correct error in definition of audit event for Linux setfsgid(). - Add audit event identifier for sysarch(). Obtained from: TrustedBSD Project --- sys/bsm/audit_kevents.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/bsm/audit_kevents.h') diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index d669891..f4728aa 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#18 $ + * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#20 $ * $FreeBSD$ */ @@ -361,7 +361,7 @@ #define AUE_NMOUNT 380 /* FreeBSD-specific. */ #define AUE_BDFLUSH 381 /* Linux-specific. */ #define AUE_SETFSUID 382 /* Linux-specific. */ -#define AUE_GETFSUID 383 /* Linux-specific. */ +#define AUE_SETFSGID 383 /* Linux-specific. */ #define AUE_PERSONALITY 384 /* Linux-specific. */ #define AUE_SCHED_GETSCHEDULER 385 /* POSIX.1b. */ #define AUE_SCHED_SETSCHEDULER 386 /* POSIX.1b. */ @@ -384,6 +384,7 @@ #define AUE_ACL_DELETE_FD 403 /* FreeBSD. */ #define AUE_ACL_CHECK_FILE 404 /* FreeBSD. */ #define AUE_ACL_CHECK_FD 405 /* FreeBSD. */ +#define AUE_SYSARCH 406 /* FreeBSD. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the -- cgit v1.1