Lines Matching refs:fowner
77 kuid_t fowner;
93 * written in terms of .action, .func, .mask, .fsmagic, .uid, and .fowner
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))
956 {Opt_fowner_eq, "fowner=%s"},
959 {Opt_fowner_gt, "fowner>%s"},
962 {Opt_fowner_lt, "fowner<%s"},
1157 entry->fowner = INVALID_UID;
1388 ima_log_string_op(ab, "fowner", args[0].from,
1391 if (uid_valid(entry->fowner)) {
1398 entry->fowner = make_kuid(current_user_ns(), (uid_t)lnum);
1399 if (!uid_valid(entry->fowner) || (((uid_t)lnum) != lnum))
1755 snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->fowner));