Home
last modified time | relevance | path

Searched refs:evm_protected_xattr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/integrity/evm/
H A Devm_main.c233 static int evm_protected_xattr(const char *req_xattr_name) in evm_protected_xattr() function
278 if (!evm_key_loaded() || !evm_protected_xattr(xattr_name)) in evm_verifyxattr()
327 } else if (!evm_protected_xattr(xattr_name)) { in evm_protect_xattr()
444 if (!evm_key_loaded() || (!evm_protected_xattr(xattr_name) in evm_inode_post_setxattr()
465 if (!evm_key_loaded() || !evm_protected_xattr(xattr_name)) in evm_inode_post_removexattr()
536 !evm_protected_xattr(lsm_xattr->name)) in evm_inode_init_security()
/kernel/linux/linux-6.6/security/integrity/evm/
H A Devm_main.c309 int evm_protected_xattr(const char *req_xattr_name) in evm_protected_xattr() function
409 if (!evm_key_loaded() || !evm_protected_xattr(xattr_name)) in evm_verifyxattr()
495 } else if (!evm_protected_xattr(xattr_name)) { in evm_protect_xattr()
720 if (!evm_protected_xattr(xattr_name) && !posix_xattr_acl(xattr_name) && in evm_revalidate_status()
888 if (evm_protected_xattr(xattr->name)) in evm_inode_init_security()
H A Devm.h49 int evm_protected_xattr(const char *req_xattr_name);
H A Devm_crypto.c401 if (!evm_protected_xattr(xattr->name)) in evm_init_hmac()

Completed in 3 milliseconds