Home
last modified time | relevance | path

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

/Linux-v6.1/security/integrity/ima/
Dima_policy.c88 bool (*fowner_op)(kuid_t cred_uid, kuid_t rule_uid); /* uid_eq(), uid_gt(), uid_lt() */ member
189 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
193 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
604 !rule->fowner_op(i_uid_into_mnt(mnt_userns, inode), rule->fowner)) in ima_match_rules()
1374 entry->fowner_op = &uid_eq; in ima_parse_rule()
1653 entry->fowner_op = &uid_gt; in ima_parse_rule()
1657 entry->fowner_op = &uid_lt; in ima_parse_rule()
2154 if (entry->fowner_op == &uid_gt) in ima_policy_show()
2156 else if (entry->fowner_op == &uid_lt) in ima_policy_show()