PERFORCE change 148289 for review
Robert Watson
rwatson at FreeBSD.org
Sun Aug 24 21:26:09 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148289
Change 148289 by rwatson at rwatson_freebsd_capabilities on 2008/08/24 21:26:06
Merge capability-related system call audit event identifiers from
OpenBSM. They will eventually loop back via subversion/the FreeBSD
vendor branch, but not for a bit, so do it by hand for now.
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/contrib/openbsm/etc/audit_event#2 edit
.. //depot/projects/trustedbsd/capabilities/src/sys/bsm/audit_kevents.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/capabilities/src/contrib/openbsm/etc/audit_event#2 (text) ====
@@ -497,6 +497,10 @@
43150:AUE_MKNODAT:mknodat(2):fc
43151:AUE_READLINKAT:readlinkat(2):fr
43152:AUE_SYMLINKAT:symlinkat(2):fc
+43186:AUE_CAP_NEW:cap_new(2):fm
+43187:AUE_CAP_GETRIGHTS:cap_getrights(2):fm
+43188:AUE_CAP_ENTER:cap_enter(2):pc
+43189:AUE_CAP_GETMODE:cap_getmode(2):pc
#
# User space system events.
#
==== //depot/projects/trustedbsd/capabilities/src/sys/bsm/audit_kevents.h#3 (text) ====
@@ -549,6 +549,10 @@
#define AUE_READLINKAT 43151 /* FreeBSD. */
#define AUE_SYMLINKAT 43152 /* FreeBSD. */
#define AUE_POSIXOPENPT 43153 /* FreeBSD. */
+#define AUE_CAP_NEW 43186 /* TrustedBSD. */
+#define AUE_CAP_GETRIGHTS 43187 /* TrustedBSD. */
+#define AUE_CAP_ENTER 43188 /* TrustedBSD. */
+#define AUE_CAP_GETMODE 43189 /* TrustedBSD. */
/*
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
More information about the p4-projects
mailing list