aboutsummaryrefslogtreecommitdiff
path: root/fs/hpfs
diff options
context:
space:
mode:
authorGravatar Christian Brauner <brauner@kernel.org> 2022-09-22 17:17:15 +0200
committerGravatar Christian Brauner (Microsoft) <brauner@kernel.org> 2022-10-20 10:13:31 +0200
commite10796b87e1d1bad593c89c5e8cc2e0992bd1335 (patch)
tree947366545b6ea20469b8c899e50daa3ad6b3d40d /fs/hpfs
parentxattr: use posix acl api (diff)
downloadlinux-e10796b87e1d1bad593c89c5e8cc2e0992bd1335.tar.gz
linux-e10796b87e1d1bad593c89c5e8cc2e0992bd1335.tar.bz2
linux-e10796b87e1d1bad593c89c5e8cc2e0992bd1335.zip
evm: remove evm_xattr_acl_change()
The security and integrity infrastructure has dedicated hooks now so evm_xattr_acl_change() is dead code. Before this commit the callchain was: evm_protect_xattr() -> evm_xattr_change() -> evm_xattr_acl_change() where evm_protect_xattr() was hit from evm_inode_setxattr() and evm_inode_removexattr(). But now we have evm_inode_set_acl() and evm_inode_remove_acl() and have switched over the vfs to rely on the posix acl api so the code isn't hit anymore. Suggested-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Diffstat (limited to 'fs/hpfs')
0 files changed, 0 insertions, 0 deletions