Searched refs:fowner_op (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/security/integrity/ima/ |
| D | ima_policy.c | 83 bool (*fowner_op)(kuid_t, kuid_t); /* uid_eq(), uid_gt(), uid_lt() */ member 182 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 186 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 587 !rule->fowner_op(i_uid_into_mnt(mnt_userns, inode), rule->fowner)) in ima_match_rules() 1289 entry->fowner_op = &uid_eq; in ima_parse_rule() 1532 entry->fowner_op = &uid_gt; in ima_parse_rule() 1536 entry->fowner_op = &uid_lt; in ima_parse_rule() 1540 entry->fowner_op); in ima_parse_rule() 1941 if (entry->fowner_op == &uid_gt) in ima_policy_show() 1943 else if (entry->fowner_op == &uid_lt) in ima_policy_show()
|