Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_policy.c79 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,
541 !rule->fowner_op(inode->i_uid, rule->fowner)) in ima_match_rules()
1159 entry->fowner_op = &uid_eq; in ima_parse_rule()
1381 entry->fowner_op = &uid_gt; in ima_parse_rule()
1385 entry->fowner_op = &uid_lt; in ima_parse_rule()
1389 entry->fowner_op); in ima_parse_rule()
1756 if (entry->fowner_op == &uid_gt) in ima_policy_show()
1758 else if (entry->fowner_op in ima_policy_show()
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_policy.c112 bool (*fowner_op)(vfsuid_t vfsuid, kuid_t rule_uid); /* vfsuid_eq_kuid(), vfsuid_gt_kuid(), vfsuid_lt_kuid() */ member
213 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid,
217 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid,
627 !rule->fowner_op(i_uid_into_vfsuid(idmap, inode), in ima_match_rules()
1422 entry->fowner_op = &vfsuid_eq_kuid; in ima_parse_rule()
1703 entry->fowner_op = &vfsuid_gt_kuid; in ima_parse_rule()
1707 entry->fowner_op = &vfsuid_lt_kuid; in ima_parse_rule()
2200 if (entry->fowner_op == &vfsuid_gt_kuid) in ima_policy_show()
2202 else if (entry->fowner_op == &vfsuid_lt_kuid) in ima_policy_show()

Completed in 6 milliseconds