Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 21:26:08 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 148289 for review
Message-ID:  <200808242126.m7OLQ8Yq069361@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=148289

Change 148289 by rwatson@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808242126.m7OLQ8Yq069361>