Re: [PATCH v2 2/3] tomoyo: replace current->in_execve flag with security_execve_abort() hook
From: Kees Cook <hidden>
Date: 2024-02-07 14:25:35
Also in:
linux-fsdevel, lkml
From: Kees Cook <hidden>
Date: 2024-02-07 14:25:35
Also in:
linux-fsdevel, lkml
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@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 <redacted> -- Kees Cook