diff options
author | rwatson <rwatson@FreeBSD.org> | 2006-09-25 12:22:07 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2006-09-25 12:22:07 +0000 |
commit | 46ab66becfc77565db94f643a82e01f63ba1add0 (patch) | |
tree | 859b636fb7a93ac5f34bff38b81efd68482a6c51 /sys | |
parent | 00ae999bcddcf508181bdac746c831462a1e9718 (diff) | |
download | FreeBSD-src-46ab66becfc77565db94f643a82e01f63ba1add0.zip FreeBSD-src-46ab66becfc77565db94f643a82e01f63ba1add0.tar.gz |
Merge OpenBSM 1.0 alpha 12 import changes into src/sys/bsm. New events
for the Linuxulator.
MFC after: 3 days
Obtained from: TrustedBSD Project
Diffstat (limited to 'sys')
-rw-r--r-- | sys/bsm/audit_kevents.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index 3e60ee0..2217971 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#28 $ + * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#29 $ * $FreeBSD$ */ @@ -471,6 +471,10 @@ #define AUE_KENV 43114 /* FreeBSD. */ #define AUE_JAIL_ATTACH 43115 /* FreeBSD. */ #define AUE_SYSCTL_WRITE 43116 /* FreeBSD. */ +#define AUE_IOPERM 43117 /* Linux. */ +#define AUE_READDIR 43118 /* Linux. */ +#define AUE_IOPL 43119 /* Linux. */ +#define AUE_VM86 43120 /* Linux. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |