PERFORCE change 123380 for review

Robert Watson rwatson at FreeBSD.org
Thu Jul 12 15:16:15 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123380

Change 123380 by rwatson at rwatson_peppercorn on 2007/07/12 15:16:10

	Add more *at(2) system call event identifiers.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#52 edit
.. //depot/projects/trustedbsd/openbsm/etc/audit_event#25 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#52 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#52 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -539,6 +539,14 @@
 #define	AUE_MUNLOCKALL		43142	/* FreeBSD. */
 #define	AUE_CLOSEFROM		43143	/* FreeBSD. */
 #define	AUE_FEXECVE		43144	/* FreeBSD. */
+#define	AUE_FACCESSAT		43145	/* FreeBSD. */
+#define	AUE_FCHMODAT		43146	/* FreeBSD. */
+#define	AUE_LINKAT		43147	/* FreeBSD. */
+#define	AUE_MKDIRAT		43148	/* FreeBSD. */
+#define	AUE_MKFIFOAT		43149	/* FreeBSD. */
+#define	AUE_MKNODAT		43150	/* FreeBSD. */
+#define	AUE_READLINKAT		43151	/* FreeBSD. */
+#define	AUE_SYMLINKAT		43152	/* FreeBSD. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the

==== //depot/projects/trustedbsd/openbsm/etc/audit_event#25 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#24 $
+# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#25 $
 #
 0:AUE_NULL:indir system call:no
 1:AUE_EXIT:exit(2):pc
@@ -482,6 +482,14 @@
 43142:AUE_MUNLOCKALL:munlockall(2):pc
 43143:AUE_CLOSEFROM:closefrom(2):cl
 43144:AUE_FEXECVE:fexecve(2):pc,ex
+43145:AUE_FACCESSAT:faccessat(2):fa
+43146:AUE_FCHMODAT:fchmodat(2):fm
+43147:AUE_LINKAT:linkat(2):fc
+43148:AUE_MKDIRAT:mkdirat(2):fc
+43149:AUE_MKFIFOAT:mkfifoat(2):fc
+43150:AUE_MKNODAT:mknodat(2):fc
+43151:AUE_READLINKAT:readlinkat(2):fr
+43152:AUE_SYMLINKAT:symlinkat(2):fc
 #
 # User space system events.
 #


More information about the p4-projects mailing list