From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmorris@namei.org (James Morris) Date: Wed, 19 Jul 2017 19:29:26 +1000 (AEST) Subject: [PATCH v3 08/15] LSM: drop bprm_secureexec hook In-Reply-To: <1500416736-49829-9-git-send-email-keescook@chromium.org> References: <1500416736-49829-1-git-send-email-keescook@chromium.org> <1500416736-49829-9-git-send-email-keescook@chromium.org> Message-ID: To: linux-security-module@vger.kernel.org List-Id: linux-security-module.vger.kernel.org On Tue, 18 Jul 2017, Kees Cook wrote: > This removes the bprm_secureexec hook since the logic has been folded into > the bprm_set_creds hook for all LSMs now. > > Cc: James Morris > Cc: Eric W. Biederman > Signed-off-by: Kees Cook > --- > fs/binfmt_elf.c | 1 - > fs/binfmt_elf_fdpic.c | 1 - > include/linux/lsm_hooks.h | 14 +++++--------- > include/linux/security.h | 7 ------- > security/security.c | 5 ----- > 5 files changed, 5 insertions(+), 23 deletions(-) Acked-by: James Morris -- James Morris -- 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