Home
last modified time | relevance | path

Searched refs:match (Results 1 – 7 of 7) sorted by relevance

/security/ipe/
A Deval.c323 bool match = false; in ipe_evaluate_event() local
348 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()
/security/tomoyo/
A Dcondition.c236 const bool match) in tomoyo_scan_exec_realpath() argument
249 return result == match; in tomoyo_scan_exec_realpath()
799 const bool match = condp->equals; in tomoyo_condition() local
821 == 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()
A Dcommon.c1278 const u8 match = condp->equals; in tomoyo_print_condition() local
1322 tomoyo_set_string(head, match ? "=" : "!="); in tomoyo_print_condition()
/security/
A Ddevice_cgroup.c408 bool match = false; in verify_new_ex() local
427 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()
/security/selinux/ss/
A Dservices.c3472 struct class_datum *match; in security_get_permissions() local
3478 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() local
3731 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 …]
/security/keys/trusted-keys/
A DKconfig21 criteria match.
/security/apparmor/
A DMakefile6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \

Completed in 19 milliseconds