2024-01-28 14:17:33

by Tetsuo Handa

[permalink] [raw]
Subject: [PATCH 0/3] fs/exec: remove current->in_execve flag

This is a follow up series for removing current->in_execve flag.

https://lkml.kernel.org/r/[email protected]

[PATCH 1/3] LSM: add security_bprm_aborting_creds() hook
[PATCH 2/3] tomoyo: replace current->in_execve flag with security_bprm_aborting_creds() hook
[PATCH 3/3] fs/exec: remove current->in_execve flag

fs/exec.c | 4 +---
include/linux/lsm_hook_defs.h | 1 +
include/linux/sched.h | 3 ---
include/linux/security.h | 5 +++++
security/security.c | 14 ++++++++++++++
security/tomoyo/tomoyo.c | 22 ++++++----------------
6 files changed, 27 insertions(+), 22 deletions(-)

(Please apply directly to linux.git tree if this series is OK, for
currently TOMOYO's tree is unavailable.)