Searched refs:fowner (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | ima_policy | 27 [fowner=] [fgroup=]] 47 fowner:= decimal value 119 appraise fowner=0
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_policy.c | 108 kuid_t fowner; member 214 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid, 218 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid, 631 rule->fowner)) in ima_match_rules() 1423 entry->fowner = INVALID_UID; in ima_parse_rule() 1717 if (uid_valid(entry->fowner)) { in ima_parse_rule() 1724 entry->fowner = make_kuid(current_user_ns(), in ima_parse_rule() 1726 if (!uid_valid(entry->fowner) || in ima_parse_rule() 2204 snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->fowner)); in ima_policy_show()
|