Date: Thu, 2 Feb 2006 20:58:33 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 90933 for review Message-ID: <200602022058.k12KwXMc021649@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90933 Change 90933 by rwatson@rwatson_peppercorn on 2006/02/02 20:57:47 Additional audit event types for POSIX.1b and FreeBSD. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#31 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#31 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#30 $ + * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#31 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -370,6 +370,21 @@ #define AUE_CAPGET 389 /* Linux-specific. */ #define AUE_CAPSET 390 /* Linux-specific. */ #define AUE_PIVOT_ROOT 391 /* Linux-specific. */ +#define AUE_RTPRIO 392 /* FreeBSD-specific. */ +#define AUE_SCHED_GETPARAM 393 /* POSIX.1b. */ +#define AUE_SCHED_GETPARAM 394 /* POSIX.1b. */ +#define AUE_SCHED_GET_PRIORITY_MAX 395 /* POSIX.1b. */ +#define AUE_SCHED_GET_PRIORITY_MIN 396 /* POSIX.1b. */ +#define AUE_SCHED_RR_GET_INTERVAL 397 /* POSIX.1b. */ +#define AUE_ACL_GET_FILE 398 /* FreeBSD. */ +#define AUE_ACL_SET_FILE 399 /* FreeBSD. */ +#define AUE_ACL_GET_FD 400 /* FreeBSD. */ +#define AUE_ACL_SET_FD 401 /* FreeBSD. */ +#define AUE_ACL_DELETE_FILE 402 /* FreeBSD. */ +#define AUE_ACL_DELETE_FD 403 /* FreeBSD. */ +#define AUE_ACL_CHECK_FILE 404 /* FreeBSD. */ +#define AUE_ACL_CHECK_FD 405 /* FreeBSD. */ + /* * 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?200602022058.k12KwXMc021649>
