Searched refs:evm_protect_xattr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_main.c | 308 * evm_protect_xattr - protect the EVM extended attribute 319 static int evm_protect_xattr(struct dentry *dentry, const char *xattr_name, in evm_protect_xattr() function 396 return evm_protect_xattr(dentry, xattr_name, xattr_value, in evm_inode_setxattr() 416 return evm_protect_xattr(dentry, xattr_name, NULL, 0); in evm_inode_removexattr()
|
/kernel/linux/linux-6.6/security/integrity/evm/ |
H A D | evm_main.c | 475 * evm_protect_xattr - protect the EVM extended attribute 486 static int evm_protect_xattr(struct mnt_idmap *idmap, in evm_protect_xattr() function 588 return evm_protect_xattr(idmap, dentry, xattr_name, xattr_value, in evm_inode_setxattr() 610 return evm_protect_xattr(idmap, dentry, xattr_name, NULL, 0); in evm_inode_removexattr()
|
Completed in 3 milliseconds