Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 16:06:27 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80002 for review
Message-ID:  <200507111606.j6BG6RH6059298@repoman.freebsd.org>

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

Change 80002 by rwatson@rwatson_paprika on 2005/07/11 16:05:33

	Add audit event IDs for getresuid() and setresuid().  These are
	available on a range of platforms, so don't annotate as platform-
	specific.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#13 edit

Differences ...

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

@@ -291,6 +291,8 @@
 #define	AUE_LCHFLAGS		362	/* FreeBSD */
 #define	AUE_SENDFILE		363	/* FreeBSD */
 #define	AUE_USELIB		364	/* Linux */
+#define	AUE_GETRESUID		365
+#define	AUE_SETRESUID		366
 
 /*
  * XXXRW: Values not yet assigned.



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