diff options
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 3278ddf41ce6..bf2ad3ba72eb 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -61,11 +61,12 @@ | |||
61 | 61 | ||
62 | #define AUDIT_SYSCALL 1300 /* Syscall event */ | 62 | #define AUDIT_SYSCALL 1300 /* Syscall event */ |
63 | #define AUDIT_FS_WATCH 1301 /* Filesystem watch event */ | 63 | #define AUDIT_FS_WATCH 1301 /* Filesystem watch event */ |
64 | #define AUDIT_PATH 1302 /* Filname path information */ | 64 | #define AUDIT_PATH 1302 /* Filename path information */ |
65 | #define AUDIT_IPC 1303 /* IPC record */ | 65 | #define AUDIT_IPC 1303 /* IPC record */ |
66 | #define AUDIT_SOCKETCALL 1304 /* sys_socketcall arguments */ | 66 | #define AUDIT_SOCKETCALL 1304 /* sys_socketcall arguments */ |
67 | #define AUDIT_CONFIG_CHANGE 1305 /* Audit system configuration change */ | 67 | #define AUDIT_CONFIG_CHANGE 1305 /* Audit system configuration change */ |
68 | #define AUDIT_SOCKADDR 1306 /* sockaddr copied as syscall arg */ | 68 | #define AUDIT_SOCKADDR 1306 /* sockaddr copied as syscall arg */ |
69 | #define AUDIT_CWD 1307 /* Current working directory */ | ||
69 | 70 | ||
70 | #define AUDIT_AVC 1400 /* SE Linux avc denial or grant */ | 71 | #define AUDIT_AVC 1400 /* SE Linux avc denial or grant */ |
71 | #define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */ | 72 | #define AUDIT_SELINUX_ERR 1401 /* Internal SE Linux Errors */ |