[PATCH] lsm: constify 'file' parameter in security_bprm_creds_from_file()
Paul Moore
paul at paul-moore.com
Wed Sep 13 22:09:33 UTC 2023
On Aug 23, 2023 Khadija Kamran <kamrankhadijadj at gmail.com> 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 at gmail.com>
> ---
> 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
More information about the Linux-security-module-archive
mailing list