diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-02-06 01:12:46 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-02-06 01:12:46 +0000 |
commit | 3011a662a517d2feb517e9e316cf3ec325dacfd3 (patch) | |
tree | 5116d8efa8dbcd66feaf3edba56046699e27859e /sys/bsm | |
parent | d0c0ad55941eaea7358e3e41a2a18a38012336c4 (diff) | |
download | FreeBSD-src-3011a662a517d2feb517e9e316cf3ec325dacfd3.zip FreeBSD-src-3011a662a517d2feb517e9e316cf3ec325dacfd3.tar.gz |
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
Diffstat (limited to 'sys/bsm')
-rw-r--r-- | sys/bsm/audit_kevents.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |