diff options
author | James Morris <jmorris@namei.org> | 2009-01-28 19:46:14 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-01-29 16:55:02 -0500 |
commit | 2ec5dbe23d68bddc043a85d1226bfc499a724b1c (patch) | |
tree | f0c87a4250b4531fe6c6cac2b1f9117292efcdc1 /security/selinux/hooks.c | |
parent | bc05595845f58c065adc0763a678187647ec040f (diff) |
selinux: remove secondary ops call to bprm_committing_creds
Remove secondary ops call to bprm_committing_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>
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 8251c6ba36c9..fc01ffa0b69c 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -2311,8 +2311,6 @@ static void selinux_bprm_committing_creds(struct linux_binprm *bprm) | |||
2311 | struct rlimit *rlim, *initrlim; | 2311 | struct rlimit *rlim, *initrlim; |
2312 | int rc, i; | 2312 | int rc, i; |
2313 | 2313 | ||
2314 | secondary_ops->bprm_committing_creds(bprm); | ||
2315 | |||
2316 | new_tsec = bprm->cred->security; | 2314 | new_tsec = bprm->cred->security; |
2317 | if (new_tsec->sid == new_tsec->osid) | 2315 | if (new_tsec->sid == new_tsec->osid) |
2318 | return; | 2316 | return; |