Date: Mon, 11 Jul 2005 18:18:15 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 80021 for review Message-ID: <200507111818.j6BIIFx0072778@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80021 Change 80021 by rwatson@rwatson_paprika on 2005/07/11 18:17:59 Define audit event identifiers for a number of non-Solaris events. sendfile() is cross-platform, so don't mark as FreeBSD-centric. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#16 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#16 (text+ko) ==== @@ -291,12 +291,18 @@ #define AUE_COPYFILE 361 #define AUE_LUTIMES 362 #define AUE_LCHFLAGS 362 /* FreeBSD */ -#define AUE_SENDFILE 363 /* FreeBSD */ +#define AUE_SENDFILE 363 #define AUE_USELIB 364 /* Linux */ #define AUE_GETRESUID 365 #define AUE_SETRESUID 366 #define AUE_GETRESGID 367 #define AUE_SETRESGID 368 +#define AUE_WAIT4 369 /* FreeBSD */ +#define AUE_LGETFH 370 /* FreeBSD */ +#define AUE_FHSTATFS 371 /* FreeBSD */ +#define AUE_FHOPEN 372 /* FreeBSD */ +#define AUE_FHSTAT 373 /* FreeBSD */ +#define AUE_JAIL 374 /* FreeBSD */ /* * XXXRW: Values not yet assigned.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507111818.j6BIIFx0072778>