security,bpf: constify struct path in bpf_token_create() LSM hook
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 6 Aug 2024 22:38:12 +0000 (15:38 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 13 Sep 2024 01:57:54 +0000 (18:57 -0700)
commit433d7ce2d86d21274838c9e8c796f4232cd13cdb
tree0edfccd22377e193ed1897147e3ce531a5c18d1f
parenteceb7b33e5f3bc1e60047d8695cb937b93a08ced
security,bpf: constify struct path in bpf_token_create() LSM hook

There is no reason why struct path pointer shouldn't be const-qualified
when being passed into bpf_token_create() LSM hook. Add that const.

Acked-by: Paul Moore <paul@paul-moore.com> (LSM/SELinux)
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
include/linux/lsm_hook_defs.h
include/linux/security.h
security/security.c
security/selinux/hooks.c