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

+1 -1
+1 -1
security/selinux/hooks.c
··· 3153 3153 struct fown_struct *fown, int signum) 3154 3154 { 3155 3155 struct file *file; 3156 - u32 sid = current_sid(); 3156 + u32 sid = task_sid(tsk); 3157 3157 u32 perm; 3158 3158 struct file_security_struct *fsec; 3159 3159