Searched refs:fowner_op (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/security/integrity/ima/ |
D | ima_policy.c | 79 bool (*fowner_op)(kuid_t, kuid_t); /* uid_eq(), uid_gt(), uid_lt() */ member 168 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 172 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 542 !rule->fowner_op(inode->i_uid, rule->fowner)) in ima_match_rules() 1137 entry->fowner_op = &uid_eq; in ima_parse_rule() 1359 entry->fowner_op = &uid_gt; in ima_parse_rule() 1363 entry->fowner_op = &uid_lt; in ima_parse_rule() 1367 entry->fowner_op); in ima_parse_rule() 1726 if (entry->fowner_op == &uid_gt) in ima_policy_show() 1728 else if (entry->fowner_op == &uid_lt) in ima_policy_show()
|