diff options
author | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-05-27 07:17:28 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-05-27 07:17:28 -0400 |
commit | 8f37d47c9bf74cb48692691086b482e315d07f40 (patch) | |
tree | b7d35bbd8e78d124455f3abbc9c50134bc9cee0a /include/linux/audit.h | |
parent | 7551ced334ce6eb2a7a765309871e619f645add1 (diff) |
AUDIT: Record working directory when syscall arguments are pathnames
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 */ |