Searched defs:xattr (Results 1 - 4 of 4) sorted by relevance

/security/integrity/evm/
H A Devm_posix_acl.c13 #include <linux/xattr.h>
16 int posix_xattr_acl(const char *xattr) argument
18 int xattr_len = strlen(xattr);
21 && (strncmp(XATTR_NAME_POSIX_ACL_ACCESS, xattr, xattr_len) == 0))
24 && (strncmp(XATTR_NAME_POSIX_ACL_DEFAULT, xattr, xattr_len) == 0))
H A Devm_main.c22 #include <linux/xattr.h>
76 char **xattr; local
83 for (xattr = evm_config_xattrnames; *xattr != NULL; xattr++) {
84 error = inode->i_op->getxattr(dentry, *xattr, NULL, 0);
97 * evm_verify_hmac - calculate and compare the HMAC with the EVM xattr
100 * and compare it against the stored security.evm xattr.
103 * - use the previoulsy retrieved xattr value and length to calculate the
209 * evm_verifyxattr - verify the integrity of the requested xattr
[all...]
/security/integrity/
H A Dintegrity.h87 } xattr; member in struct:ima_digest_data
95 uint8_t type; /* xattr type */
/security/
H A Dsecurity.c364 struct xattr new_xattrs[MAX_LSM_EVM_XATTR + 1];
365 struct xattr *lsm_xattr, *evm_xattr, *xattr; local
389 for (xattr = new_xattrs; xattr->value != NULL; xattr++)
390 kfree(xattr->value);

Completed in 234 milliseconds