Home
last modified time | relevance | path

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

/security/integrity/ima/
Dima_policy.c68 bool (*fowner_op)(kuid_t, kuid_t); /* uid_eq(), uid_gt(), uid_lt() */ member
150 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
154 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
284 !rule->fowner_op(inode->i_uid, rule->fowner)) in ima_match_rules()
621 entry->fowner_op = &uid_eq; in ima_parse_rule()
789 entry->fowner_op = &uid_gt; in ima_parse_rule()
792 entry->fowner_op = &uid_lt; in ima_parse_rule()
795 entry->fowner_op); in ima_parse_rule()
1105 if (entry->fowner_op == &uid_gt) in ima_policy_show()
1107 else if (entry->fowner_op == &uid_lt) in ima_policy_show()