Home
last modified time | relevance | path

Searched refs:fowner_op (Results 1 – 1 of 1) sorted by relevance

/linux/security/integrity/ima/
A Dima_policy.c89 bool (*fowner_op)(kuid_t cred_uid, kuid_t rule_uid); /* uid_eq(), uid_gt(), uid_lt() */ member
190 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
194 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
605 !rule->fowner_op(i_uid_into_mnt(mnt_userns, inode), rule->fowner)) in ima_match_rules()
1345 entry->fowner_op = &uid_eq; in ima_parse_rule()
1624 entry->fowner_op = &uid_gt; in ima_parse_rule()
1628 entry->fowner_op = &uid_lt; in ima_parse_rule()
2085 if (entry->fowner_op == &uid_gt) in ima_policy_show()
2087 else if (entry->fowner_op == &uid_lt) in ima_policy_show()

Completed in 6 milliseconds