[PATCH v2 2/3] tomoyo: replace current->in_execve flag with security_execve_abort() hook
Kees Cook
keescook at chromium.org
Wed Feb 7 14:25:33 UTC 2024
On Sat, Feb 03, 2024 at 07:53:17PM +0900, Tetsuo Handa wrote:
> TOMOYO was using current->in_execve flag in order to restore previous state
> when previous execve() request failed. Since security_execve_abort() hook
> was added, switch to use it.
>
> Signed-off-by: Tetsuo Handa <penguin-kernel at I-love.SAKURA.ne.jp>
With the kern-doc fixed, this looks good. (I can fix up the kern-doc if
this goes via my tree.)
Reviewed-by: Kees Cook <keescook at chromium.org>
--
Kees Cook
More information about the Linux-security-module-archive
mailing list