Home
last modified time | relevance | path

Searched refs:fowner (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dima_policy28 [fowner=] [fgroup=]]
48 fowner:= decimal value
120 appraise fowner=0
/linux/security/integrity/ima/
H A Dima_policy.c110 kuid_t fowner; member
217 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid,
221 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid,
642 rule->fowner)) in ima_match_rules()
1438 entry->fowner = INVALID_UID; in ima_parse_rule()
1756 if (uid_valid(entry->fowner)) { in ima_parse_rule()
1763 entry->fowner = make_kuid(current_user_ns(), in ima_parse_rule()
1765 if (!uid_valid(entry->fowner) || in ima_parse_rule()
2251 snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->fowner)); in ima_policy_show()