]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
security,fs,nfs,net: update security_inode_listsecurity() interface
authorStephen Smalley <stephen.smalley.work@gmail.com>
Mon, 28 Apr 2025 19:50:19 +0000 (15:50 -0400)
committerPaul Moore <paul@paul-moore.com>
Fri, 1 May 2026 15:29:33 +0000 (11:29 -0400)
commitf71ece9712b7712df98871eea9aeb60e49ca5239
treec378c9799aa5ad85585469916ce39a7918c80e90
parent254f49634ee16a731174d2ae34bc50bd5f45e731
security,fs,nfs,net: update security_inode_listsecurity() interface

Update the security_inode_listsecurity() interface to allow
use of the xattr_list_one() helper and update the hook
implementations.

Link: https://lore.kernel.org/selinux/20250424152822.2719-1-stephen.smalley.work@gmail.com
Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
[PM: forward porting to bring this patch up to v7.1-rc1+]
Signed-off-by: Paul Moore <paul@paul-moore.com>
fs/nfs/nfs4proc.c
fs/xattr.c
include/linux/lsm_hook_defs.h
include/linux/security.h
security/security.c
security/selinux/hooks.c
security/smack/smack_lsm.c