summaryrefslogtreecommitdiffstats
path: root/sys/bsm/audit_kevents.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-09-21 07:27:02 +0000
committerrwatson <rwatson@FreeBSD.org>2006-09-21 07:27:02 +0000
commit8e2099e1ea252237fc81e7cd907fa7a0dcf17ad8 (patch)
tree549263e18ad2b9809bd12c205521c4ce8f258d4f /sys/bsm/audit_kevents.h
parent65806250d545dd394124e8c21821901b661a1249 (diff)
downloadFreeBSD-src-8e2099e1ea252237fc81e7cd907fa7a0dcf17ad8.zip
FreeBSD-src-8e2099e1ea252237fc81e7cd907fa7a0dcf17ad8.tar.gz
Merge OpenBSM 1.0 alpha 11 changes into src/sys/bsm and src/sys/security;
primarily, add new event identifiers and update trigger names. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/bsm/audit_kevents.h')
-rw-r--r--sys/bsm/audit_kevents.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h
index be4f102..3e60ee0 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#26 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#28 $
* $FreeBSD$
*/
@@ -468,6 +468,9 @@
#define AUE_EXTATTR_SET_LINK 43111 /* FreeBSD. */
#define AUE_EXTATTR_LIST_LINK 43112 /* FreeBSD. */
#define AUE_EXTATTR_DELETE_LINK 43113 /* FreeBSD. */
+#define AUE_KENV 43114 /* FreeBSD. */
+#define AUE_JAIL_ATTACH 43115 /* FreeBSD. */
+#define AUE_SYSCTL_WRITE 43116 /* FreeBSD. */
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
OpenPOWER on IntegriCloud