From 9f4543c83cce6fadbd0cdd5eaa429f196bcf2ae7 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Fri, 29 Sep 2006 11:56:49 -0400 Subject: [PATCH] --- yaml --- r: 38479 b: refs/heads/master c: c8e649ba908954447e9a095677f6a6c8e50a37b2 h: refs/heads/master i: 38477: 310eb24881aead0a5df7e764a3763352d65ac070 38475: 66371fc41e2bf8fffbf49586431cd521c588be67 38471: bdb7f11712640a89a4b35c0cd76e038a7cd56163 38463: 4ff9650c62b45738f7b3e8969b32de83671106b9 v: v3 --- [refs] | 2 +- trunk/include/linux/audit.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7a48adfe2d5e..f6f8f226d4b4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac9910ce017ff5f86f3a25e969b2c4f5d6ac438f +refs/heads/master: c8e649ba908954447e9a095677f6a6c8e50a37b2 diff --git a/trunk/include/linux/audit.h b/trunk/include/linux/audit.h index c3aa09751814..b2ca666d9997 100644 --- a/trunk/include/linux/audit.h +++ b/trunk/include/linux/audit.h @@ -75,7 +75,7 @@ #define AUDIT_DAEMON_CONFIG 1203 /* Daemon config change */ #define AUDIT_SYSCALL 1300 /* Syscall event */ -#define AUDIT_FS_WATCH 1301 /* Filesystem watch event */ +/* #define AUDIT_FS_WATCH 1301 * Deprecated */ #define AUDIT_PATH 1302 /* Filename path information */ #define AUDIT_IPC 1303 /* IPC record */ #define AUDIT_SOCKETCALL 1304 /* sys_socketcall arguments */ @@ -88,6 +88,7 @@ #define AUDIT_MQ_SENDRECV 1313 /* POSIX MQ send/receive record type */ #define AUDIT_MQ_NOTIFY 1314 /* POSIX MQ notify record type */ #define AUDIT_MQ_GETSETATTR 1315 /* POSIX MQ get/set attribute record type */ +#define AUDIT_KERNEL_OTHER 1316 /* For use by 3rd party modules */ #define AUDIT_AVC 1400 /* SE Linux avc denial or grant */ #define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */