diff options
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 739b954cb242..8fa1a8fbc04d 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -92,8 +92,9 @@ | |||
92 | #define AUDIT_FILTER_ENTRY 0x02 /* Apply rule at syscall entry */ | 92 | #define AUDIT_FILTER_ENTRY 0x02 /* Apply rule at syscall entry */ |
93 | #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */ | 93 | #define AUDIT_FILTER_WATCH 0x03 /* Apply rule to file system watches */ |
94 | #define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exit */ | 94 | #define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exit */ |
95 | #define AUDIT_FILTER_TYPE 0x05 /* Apply rule at audit_log_start */ | ||
95 | 96 | ||
96 | #define AUDIT_NR_FILTERS 5 | 97 | #define AUDIT_NR_FILTERS 6 |
97 | 98 | ||
98 | #define AUDIT_FILTER_PREPEND 0x10 /* Prepend to front of list */ | 99 | #define AUDIT_FILTER_PREPEND 0x10 /* Prepend to front of list */ |
99 | 100 | ||
@@ -132,6 +133,7 @@ | |||
132 | #define AUDIT_LOGINUID 9 | 133 | #define AUDIT_LOGINUID 9 |
133 | #define AUDIT_PERS 10 | 134 | #define AUDIT_PERS 10 |
134 | #define AUDIT_ARCH 11 | 135 | #define AUDIT_ARCH 11 |
136 | #define AUDIT_MSGTYPE 12 | ||
135 | 137 | ||
136 | /* These are ONLY useful when checking | 138 | /* These are ONLY useful when checking |
137 | * at syscall exit time (AUDIT_AT_EXIT). */ | 139 | * at syscall exit time (AUDIT_AT_EXIT). */ |
@@ -289,6 +291,7 @@ extern int audit_sockaddr(int len, void *addr); | |||
289 | extern int audit_avc_path(struct dentry *dentry, struct vfsmount *mnt); | 291 | extern int audit_avc_path(struct dentry *dentry, struct vfsmount *mnt); |
290 | extern void audit_signal_info(int sig, struct task_struct *t); | 292 | extern void audit_signal_info(int sig, struct task_struct *t); |
291 | extern int audit_filter_user(struct netlink_skb_parms *cb, int type); | 293 | extern int audit_filter_user(struct netlink_skb_parms *cb, int type); |
294 | extern int audit_filter_type(int type); | ||
292 | #else | 295 | #else |
293 | #define audit_alloc(t) ({ 0; }) | 296 | #define audit_alloc(t) ({ 0; }) |
294 | #define audit_free(t) do { ; } while (0) | 297 | #define audit_free(t) do { ; } while (0) |