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.c112 kuid_t fowner; member
224 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid,
228 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid,
655 rule->fowner)) in ima_match_rules()
1455 entry->fowner = INVALID_UID; in ima_parse_rule()
1773 if (uid_valid(entry->fowner)) { in ima_parse_rule()
1780 entry->fowner = make_kuid(current_user_ns(), in ima_parse_rule()
1782 if (!uid_valid(entry->fowner) || in ima_parse_rule()
2267 snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->fowner)); in ima_policy_show()