Searched refs:match (Results 1 – 7 of 7) sorted by relevance
323 bool match = false; in ipe_evaluate_event() local348 match = true; in ipe_evaluate_event()351 match = evaluate_property(ctx, prop); in ipe_evaluate_event()352 if (!match) in ipe_evaluate_event()356 if (match) in ipe_evaluate_event()360 if (match) { in ipe_evaluate_event()
236 const bool match) in tomoyo_scan_exec_realpath() argument249 return result == match; in tomoyo_scan_exec_realpath()799 const bool match = condp->equals; in tomoyo_condition() local821 == match) in tomoyo_condition()828 match)) in tomoyo_condition()1076 == match) in tomoyo_condition()1080 max_v[0] >= ptr->values[0]) == match) in tomoyo_condition()1097 if (!(max_v[0] & max_v[1]) == !match) in tomoyo_condition()1107 if (!(max_v[0] & max_v[1]) == !match) in tomoyo_condition()1113 if ((min_v[0] <= max_v[1] && max_v[0] >= min_v[1]) == match) in tomoyo_condition()
1278 const u8 match = condp->equals; in tomoyo_print_condition() local1322 tomoyo_set_string(head, match ? "=" : "!="); in tomoyo_print_condition()
408 bool match = false; in verify_new_ex() local427 match = match_exception_partial(&dev_cgroup->exceptions, in verify_new_ex()433 if (match) in verify_new_ex()444 match = match_exception(&dev_cgroup->exceptions, refex->type, in verify_new_ex()448 if (match) in verify_new_ex()
3472 struct class_datum *match; in security_get_permissions() local3478 if (!match) { in security_get_permissions()3485 *nperms = match->permissions.nprim; in security_get_permissions()3490 if (match->comdatum) { in security_get_permissions()3716 int match = 0; in selinux_audit_rule_match() local3731 match = -ESTALE; in selinux_audit_rule_match()3739 match = -ENOENT; in selinux_audit_rule_match()3750 match = (ctxt->user == rule->au_ctxt.user); in selinux_audit_rule_match()3806 match = (mls_level_dom(level, in selinux_audit_rule_match()3812 match = mls_level_dom(level, in selinux_audit_rule_match()[all …]
21 criteria match.
6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \
Completed in 19 milliseconds