Searched refs:fowner_op (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/security/integrity/ima/ |
D | ima_policy.c | 72 bool (*fowner_op)(kuid_t, kuid_t); /* uid_eq(), uid_gt(), uid_lt() */ member 157 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 161 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 317 !rule->fowner_op(inode->i_uid, rule->fowner)) in ima_match_rules() 690 entry->fowner_op = &uid_eq; in ima_parse_rule() 887 entry->fowner_op = &uid_gt; in ima_parse_rule() 890 entry->fowner_op = &uid_lt; in ima_parse_rule() 893 entry->fowner_op); in ima_parse_rule() 1207 if (entry->fowner_op == &uid_gt) in ima_policy_show() 1209 else if (entry->fowner_op == &uid_lt) in ima_policy_show()
|