mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 05:30:53 +07:00
selinux: remove secondary ops call to task_kill
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>
This commit is contained in:
parent
ef76e748fa
commit
2cbbd19812
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user