[PATCH] lsm: constify 'sb' parameter in security_quotactl()
Paul Moore
paul at paul-moore.com
Wed Sep 13 21:56:59 UTC 2023
On Aug 23, 2023 Khadija Kamran <kamrankhadijadj at gmail.com> wrote:
>
> SELinux registers the implementation for the "quotactl" hook. Looking at
> the function implementation we observe that the parameter "sb" is not
> changing.
>
> Mark the "sb" parameter of LSM hook security_quotactl() as "const" since
> it will not be changing in the LSM hook.
>
> Signed-off-by: Khadija Kamran <kamrankhadijadj at gmail.com>
> ---
> include/linux/lsm_hook_defs.h | 2 +-
> include/linux/security.h | 4 ++--
> security/security.c | 2 +-
> security/selinux/hooks.c | 4 ++--
> 4 files changed, 6 insertions(+), 6 deletions(-)
Looks good to me, merged into lsm/next. Thanks!
--
paul-moore.com
More information about the Linux-security-module-archive
mailing list