X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..a991bd8d3e7fe02dbca0644054bab73c5b75324a:/bsd/bsm/audit_kevents.h diff --git a/bsd/bsm/audit_kevents.h b/bsd/bsm/audit_kevents.h index 37dc16b53..c76aa9844 100644 --- a/bsd/bsm/audit_kevents.h +++ b/bsd/bsm/audit_kevents.h @@ -447,7 +447,6 @@ #define AUE_PIDFORTASK 43049 /* Darwin-specific. */ #define AUE_SYSCTL_NONADMIN 43050 #define AUE_COPYFILE 43051 /* Darwin-specific. */ -#define AUE_DBGPORTFORPID 43052 /* Darwin-specific. */ /* * Events added to OpenBSM for FreeBSD and Linux; may also be used by Darwin * in the future. @@ -615,6 +614,9 @@ #define AUE_SETATTRLISTAT 43212 /* Darwin. */ #define AUE_FMOUNT 43213 /* Darwin. */ #define AUE_FSGETPATH_EXTENDED 43214 /* Darwin. */ +#define AUE_DBGPORTFORPID 43215 /* Darwin-specific. */ +#define AUE_PREADV 43216 /* Darwin. */ +#define AUE_PWRITEV 43217 /* Darwin. */ #define AUE_SESSION_START 44901 /* Darwin. */ #define AUE_SESSION_UPDATE 44902 /* Darwin. */ @@ -754,12 +756,10 @@ #define AUE_MADVISE AUE_NULL #define AUE_MINCORE AUE_NULL #define AUE_MKCOMPLEX AUE_NULL -#define AUE_MODWATCH AUE_NULL #define AUE_MSGCL AUE_NULL #define AUE_MSYNC AUE_NULL #define AUE_NECP AUE_NULL #define AUE_NETAGENT AUE_NULL -#define AUE_PREADV AUE_NULL #define AUE_PROCINFO AUE_NULL #define AUE_PTHREADCANCELED AUE_NULL #define AUE_PTHREADCHDIR AUE_NULL @@ -774,7 +774,6 @@ #define AUE_PTHREADMUTEXINIT AUE_NULL #define AUE_PTHREADMUTEXTRYLOCK AUE_NULL #define AUE_PTHREADMUTEXUNLOCK AUE_NULL -#define AUE_PWRITEV AUE_NULL #define AUE_REMOVEXATTR AUE_NULL #define AUE_SBRK AUE_NULL #define AUE_SELECT AUE_NULL @@ -810,9 +809,7 @@ #define AUE_SYSCALL AUE_NULL #define AUE_TABLE AUE_NULL #define AUE_VMPRESSUREMONITOR AUE_NULL -#define AUE_WAITEVENT AUE_NULL #define AUE_WAITID AUE_NULL -#define AUE_WATCHEVENT AUE_NULL #define AUE_WORKQOPEN AUE_NULL #define AUE_WORKQOPS AUE_NULL #define AUE_WORKLOOPCTL AUE_NULL @@ -821,5 +818,7 @@ #define AUE_NEXUS AUE_NULL #define AUE_CHANNEL AUE_NULL #define AUE_NET AUE_NULL +#define AUE_TASKREADFORPID AUE_NULL +#define AUE_TASKINSPECTFORPID AUE_NULL #endif /* !_BSM_AUDIT_KEVENTS_H_ */