+#define AUDIT_WATCH_INS 1007 /* Insert file/dir watch entry */
+#define AUDIT_WATCH_REM 1008 /* Remove file/dir watch entry */
+#define AUDIT_WATCH_LIST 1009 /* List all file/dir watches */
+#define AUDIT_SIGNAL_INFO 1010 /* Get info about sender of signal to auditd */
+
+#define AUDIT_USER_AUTH 1100 /* User space authentication */
+#define AUDIT_USER_ACCT 1101 /* User space acct change */
+#define AUDIT_USER_MGMT 1102 /* User space acct management */
+#define AUDIT_CRED_ACQ 1103 /* User space credential acquired */
+#define AUDIT_CRED_DISP 1104 /* User space credential disposed */
+#define AUDIT_USER_START 1105 /* User space session start */
+#define AUDIT_USER_END 1106 /* User space session end */
+#define AUDIT_USER_AVC 1107 /* User space avc message */
+
+#define AUDIT_DAEMON_START 1200 /* Daemon startup record */
+#define AUDIT_DAEMON_END 1201 /* Daemon normal stop record */
+#define AUDIT_DAEMON_ABORT 1202 /* Daemon error stop record */
+#define AUDIT_DAEMON_CONFIG 1203 /* Daemon config change */
+
+#define AUDIT_SYSCALL 1300 /* Syscall event */
+#define AUDIT_FS_WATCH 1301 /* Filesystem watch event */
+#define AUDIT_PATH 1302 /* Filname path information */
+#define AUDIT_IPC 1303 /* IPC record */
+#define AUDIT_SOCKET 1304 /* Socket record */
+#define AUDIT_CONFIG_CHANGE 1305 /* Audit system configuration change */
+
+#define AUDIT_AVC 1400 /* SE Linux avc denial or grant */
+#define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */