Print this page
11842 Want audit events for auditon(A_SETPMASK) and friends
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>

@@ -347,14 +347,19 @@
 #define AUE_SETPGID             308     /* =pm setpgid(2) */
 #define AUE_FACCESSAT           309     /* =no obsolete */
 #define AUE_AUDITON_GETAMASK    310     /* =aa */
 #define AUE_AUDITON_SETAMASK    311     /* =as */
 #define AUE_PSECFLAGS           312     /* =pm psecflags */
-#define AUE_SACL                313     /* =sa SACL auditing */
+#define AUE_SACL                313     /* =sa SACL auditing (reserved) */
+#define AUE_AUDITON_GETPINFO    314     /* =aa */
+#define AUE_AUDITON_SETPMASK    315     /* =as */
+#define AUE_AUDITON_GETKAUDIT   316     /* =aa */
+#define AUE_AUDITON_SETKAUDIT   317     /* =as */
+#define AUE_AUDITON_OTHER       318     /* =aa */
 
 /* NOTE: update MAX_KEVENTS below if events are added. */
-#define MAX_KEVENTS             313
+#define MAX_KEVENTS             318
 
 #ifdef __cplusplus
 }
 #endif