summaryrefslogtreecommitdiffstats
path: root/sys/bsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-25 12:22:07 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-25 12:22:07 +0000
commit46ab66becfc77565db94f643a82e01f63ba1add0 (patch)
tree859b636fb7a93ac5f34bff38b81efd68482a6c51 /sys/bsm
parent00ae999bcddcf508181bdac746c831462a1e9718 (diff)
downloadFreeBSD-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/bsm')
-rw-r--r--sys/bsm/audit_kevents.h6
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
OpenPOWER on IntegriCloud