diff --git a/[refs] b/[refs] index afc19103188c..45fea5aa5a91 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef76e748faa823a738d632ee4c8ed9adaabc8a40 +refs/heads/master: 2cbbd19812b7636c1c37bcf50c403e7af5278d73 diff --git a/trunk/security/selinux/hooks.c b/trunk/security/selinux/hooks.c index 3aaa63cc5c74..0bd36a17587c 100644 --- a/trunk/security/selinux/hooks.c +++ b/trunk/security/selinux/hooks.c @@ -3405,10 +3405,6 @@ static int selinux_task_kill(struct task_struct *p, struct siginfo *info, u32 perm; int rc; - rc = secondary_ops->task_kill(p, info, sig, secid); - if (rc) - return rc; - if (!sig) perm = PROCESS__SIGNULL; /* null signal; existence test */ else