Searched refs:fowner (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_policy.c | 77 kuid_t fowner; member 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)) in ima_match_rules() 956 {Opt_fowner_eq, "fowner=%s"}, 959 {Opt_fowner_gt, "fowner>%s"}, 962 {Opt_fowner_lt, "fowner<%s"}, 1157 entry->fowner = INVALID_UID; in ima_parse_rule() 1388 ima_log_string_op(ab, "fowner", arg in ima_parse_rule() [all...] |
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_policy.c | 108 kuid_t fowner; member 138 * .fowner, and .fgroup 213 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid, 217 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &vfsuid_eq_kuid, 628 rule->fowner)) in ima_match_rules() 1102 {Opt_fowner_eq, "fowner=%s"}, 1108 {Opt_fowner_gt, "fowner>%s"}, 1114 {Opt_fowner_lt, "fowner<%s"}, 1418 entry->fowner = INVALID_UID; in ima_parse_rule() 1710 ima_log_string_op(ab, "fowner", arg in ima_parse_rule() [all...] |
Completed in 4 milliseconds