selinux: remove secondary ops call to task_kill
authorJames Morris <jmorris@namei.org>
Thu, 29 Jan 2009 01:32:50 +0000 (12:32 +1100)
committerJames Morris <jmorris@namei.org>
Thu, 29 Jan 2009 21:55:14 +0000 (08:55 +1100)
Remove secondary ops call to task_kill, which is
a noop in capabilities.

Acked-by: Serge Hallyn <serue@us.ibm.com>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c

index 3aaa63cc5c74e350328afd510eb2a1e972df5274..0bd36a17587c896eb024605c18b3dd7cf69083d5 100644 (file)
@@ -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