selinux: remove secondary ops call to bprm_committed_creds
Remove secondary ops call to bprm_committed_creds, 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
2ec5dbe23d
commit
5565b0b865
1 changed files with 0 additions and 2 deletions
|
@ -2356,8 +2356,6 @@ static void selinux_bprm_committed_creds(struct linux_binprm *bprm)
|
|||
int rc, i;
|
||||
unsigned long flags;
|
||||
|
||||
secondary_ops->bprm_committed_creds(bprm);
|
||||
|
||||
osid = tsec->osid;
|
||||
sid = tsec->sid;
|
||||
|
||||
|
|
Loading…
Reference in a new issue