Re: [PATCH] seccomp: Constify sysctl subhelpers
From: Luis Chamberlain
Date: Wed May 08 2024 - 15:24:47 EST
On Wed, May 08, 2024 at 10:13:41AM -0700, Kees Cook wrote:
> The read_actions_logged() and write_actions_logged() helpers called by the
> sysctl proc handler seccomp_actions_logged_handler() are already expecting
> their sysctl table argument to be read-only. Actually mark the argument
> as const in preparation[1] for global constification of the sysctl tables.
>
> Suggested-by: "Thomas Weißschuh" <linux@xxxxxxxxxxxxxx>
> Link: https://lore.kernel.org/lkml/20240423-sysctl-const-handler-v3-11-e0beccb836e2@xxxxxxxxxxxxxx/ [1]
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Luis