diff options
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 39046ddd90a9..195906bce266 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3145,7 +3145,7 @@ static int selinux_file_send_sigiotask(struct task_struct *tsk, | |||
3145 | struct fown_struct *fown, int signum) | 3145 | struct fown_struct *fown, int signum) |
3146 | { | 3146 | { |
3147 | struct file *file; | 3147 | struct file *file; |
3148 | u32 sid = current_sid(); | 3148 | u32 sid = task_sid(tsk); |
3149 | u32 perm; | 3149 | u32 perm; |
3150 | struct file_security_struct *fsec; | 3150 | struct file_security_struct *fsec; |
3151 | 3151 | ||