Searched refs:ima_match_policy (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_api.c | 195 return ima_match_policy(inode, cred, secid, func, mask, flags, pcr, in ima_get_action()
|
H A D | ima.h | 283 int ima_match_policy(struct inode *inode, const struct cred *cred, u32 secid,
|
H A D | ima_appraise.c | 74 return ima_match_policy(inode, current_cred(), secid, func, mask, in ima_must_appraise()
|
H A D | ima_policy.c | 624 * ima_match_policy - decision based on LSM and other conditions 642 * than writes so ima_match_policy() is classical RCU candidate. 644 int ima_match_policy(struct inode *inode, const struct cred *cred, u32 secid, in ima_match_policy() function
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_api.c | 199 return ima_match_policy(idmap, inode, cred, secid, func, mask, in ima_get_action()
|
H A D | ima.h | 289 int ima_match_policy(struct mnt_idmap *idmap, struct inode *inode,
|
H A D | ima_appraise.c | 82 return ima_match_policy(idmap, inode, current_cred(), secid, in ima_must_appraise()
|
H A D | ima_policy.c | 716 * ima_match_policy - decision based on LSM and other conditions 735 * than writes so ima_match_policy() is classical RCU candidate. 737 int ima_match_policy(struct mnt_idmap *idmap, struct inode *inode, in ima_match_policy() function
|
Completed in 10 milliseconds