diff options
author | Jann Horn <jann@thejh.net> | 2015-09-18 17:41:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-20 20:00:26 -0400 |
commit | b7f76ea2ef6739ee484a165ffbac98deb855d3d3 (patch) | |
tree | ef34534fd9d2751a53b08533874cdc845553e25d | |
parent | 1f93e4a96c9109378204c147b3eec0d0e8100fde (diff) |
security: fix typo in security_task_prctl
Signed-off-by: Jann Horn <jann@thejh.net>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index 79d85ddf8093..2f4c1f7aa7db 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -946,7 +946,7 @@ static inline int security_task_prctl(int option, unsigned long arg2, | |||
946 | unsigned long arg4, | 946 | unsigned long arg4, |
947 | unsigned long arg5) | 947 | unsigned long arg5) |
948 | { | 948 | { |
949 | return cap_task_prctl(option, arg2, arg3, arg3, arg5); | 949 | return cap_task_prctl(option, arg2, arg3, arg4, arg5); |
950 | } | 950 | } |
951 | 951 | ||
952 | static inline void security_task_to_inode(struct task_struct *p, struct inode *inode) | 952 | static inline void security_task_to_inode(struct task_struct *p, struct inode *inode) |