diff options
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 3aaa63cc5c74..0bd36a17587c 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
| @@ -3405,10 +3405,6 @@ static int selinux_task_kill(struct task_struct *p, struct siginfo *info, | |||
| 3405 | u32 perm; | 3405 | u32 perm; |
| 3406 | int rc; | 3406 | int rc; |
| 3407 | 3407 | ||
| 3408 | rc = secondary_ops->task_kill(p, info, sig, secid); | ||
| 3409 | if (rc) | ||
| 3410 | return rc; | ||
| 3411 | |||
| 3412 | if (!sig) | 3408 | if (!sig) |
| 3413 | perm = PROCESS__SIGNULL; /* null signal; existence test */ | 3409 | perm = PROCESS__SIGNULL; /* null signal; existence test */ |
| 3414 | else | 3410 | else |
