Searched refs:fowner (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/Documentation/ABI/testing/ |
D | ima_policy | 27 [fowner=] [fgroup=]] 47 fowner:= decimal value 119 appraise fowner=0
|
/Linux-v6.1/security/integrity/ima/ |
D | ima_policy.c | 84 kuid_t fowner; member 189 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 193 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq, 604 !rule->fowner_op(i_uid_into_mnt(mnt_userns, inode), rule->fowner)) in ima_match_rules() 1370 entry->fowner = INVALID_UID; in ima_parse_rule() 1662 if (uid_valid(entry->fowner)) { in ima_parse_rule() 1669 entry->fowner = make_kuid(current_user_ns(), in ima_parse_rule() 1671 if (!uid_valid(entry->fowner) || in ima_parse_rule() 2153 snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->fowner)); in ima_policy_show()
|