diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index b0e940497e23..ada0d0bf3463 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3346,14 +3346,12 @@ static int selinux_file_fcntl(struct file *file, unsigned int cmd, | |||
3346 | return err; | 3346 | return err; |
3347 | } | 3347 | } |
3348 | 3348 | ||
3349 | static int selinux_file_set_fowner(struct file *file) | 3349 | static void selinux_file_set_fowner(struct file *file) |
3350 | { | 3350 | { |
3351 | struct file_security_struct *fsec; | 3351 | struct file_security_struct *fsec; |
3352 | 3352 | ||
3353 | fsec = file->f_security; | 3353 | fsec = file->f_security; |
3354 | fsec->fown_sid = current_sid(); | 3354 | fsec->fown_sid = current_sid(); |
3355 | |||
3356 | return 0; | ||
3357 | } | 3355 | } |
3358 | 3356 | ||
3359 | static int selinux_file_send_sigiotask(struct task_struct *tsk, | 3357 | static int selinux_file_send_sigiotask(struct task_struct *tsk, |