[PATCH v4 05/15] selinux: Refactor to remove bprm_secureexec hook
From: jmorris@namei.org (James Morris)
Date: 2017-08-01 00:46:49
Also in:
linux-fsdevel, lkml
From: jmorris@namei.org (James Morris)
Date: 2017-08-01 00:46:49
Also in:
linux-fsdevel, lkml
On Mon, 31 Jul 2017, Kees Cook wrote:
The SELinux bprm_secureexec hook can be merged with the bprm_set_creds hook since it's dealing with the same information, and all of the details are finalized during the first call to the bprm_set_creds hook via prepare_binprm() (subsequent calls due to binfmt_script, etc, are ignored via bprm->called_set_creds). Here, the test can just happen at the end of the bprm_set_creds hook, and the bprm_secureexec hook can be dropped. Cc: Stephen Smalley <redacted> Signed-off-by: Kees Cook <redacted> Acked-by: Paul Moore <paul@paul-moore.com> Tested-by: Paul Moore <paul@paul-moore.com> Acked-by: Serge Hallyn <serge@hallyn.com> --- security/selinux/hooks.c | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-)
Reviewed-by: James Morris <redacted> -- James Morris [off-list ref] -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html