Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5565b0b8 authored by James Morris's avatar James Morris
Browse files

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: default avatarSerge Hallyn <serue@us.ibm.com>
Acked-by: default avatarEric Paris <eparis@redhat.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 2ec5dbe2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;