mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6: selinux: Fix send_sigiotask hook
This commit is contained in:
commit
a31ea2f568
@ -3153,7 +3153,7 @@ static int selinux_file_send_sigiotask(struct task_struct *tsk,
|
||||
struct fown_struct *fown, int signum)
|
||||
{
|
||||
struct file *file;
|
||||
u32 sid = current_sid();
|
||||
u32 sid = task_sid(tsk);
|
||||
u32 perm;
|
||||
struct file_security_struct *fsec;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user