Re: [PATCH] lsm: constify 'file' parameter in security_bprm_creds_from_file()

From: Paul Moore
Date: Wed Sep 13 2023 - 18:09:39 EST


On Aug 23, 2023 Khadija Kamran <kamrankhadijadj@xxxxxxxxx> wrote:
>
> The 'bprm_creds_from_file' hook has implementation registered in
> commoncap. Looking at the function implementation we observe that the
> 'file' parameter is not changing.
>
> Mark the 'file' parameter of LSM hook security_bprm_creds_from_file() as
> 'const' since it will not be changing in the LSM hook.
>
> Signed-off-by: Khadija Kamran <kamrankhadijadj@xxxxxxxxx>
> ---
> include/linux/fs.h | 2 +-
> include/linux/lsm_hook_defs.h | 2 +-
> include/linux/security.h | 6 +++---
> security/commoncap.c | 4 ++--
> security/security.c | 2 +-
> 5 files changed, 8 insertions(+), 8 deletions(-)

Merged into lsm/next, thanks!

--
paul-moore.com