diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-11 03:19:06 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-17 21:07:07 -0400 |
commit | 017143fecb3364e5fed8107d206799899f5dd684 (patch) | |
tree | b0dcb667e86fb479a0f03e1489144507fe4bda26 /include/linux/audit.h | |
parent | 35ce9888ad2a60c95849551e7345bd547714bbff (diff) |
audit: Remove the unused uid parameter from audit_receive_filter
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 9c9af0e95f93..b9c5b22e34a5 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -702,7 +702,7 @@ extern int audit_update_lsm_rules(void); | |||
702 | /* Private API (for audit.c only) */ | 702 | /* Private API (for audit.c only) */ |
703 | extern int audit_filter_user(void); | 703 | extern int audit_filter_user(void); |
704 | extern int audit_filter_type(int type); | 704 | extern int audit_filter_type(int type); |
705 | extern int audit_receive_filter(int type, int pid, int uid, int seq, | 705 | extern int audit_receive_filter(int type, int pid, int seq, |
706 | void *data, size_t datasz, uid_t loginuid, | 706 | void *data, size_t datasz, uid_t loginuid, |
707 | u32 sessionid, u32 sid); | 707 | u32 sessionid, u32 sid); |
708 | extern int audit_enabled; | 708 | extern int audit_enabled; |