Home
last modified time | relevance | path

Searched refs:found (Results 1 – 20 of 20) sorted by relevance

/security/tomoyo/
Dmemory.c102 bool found = false; in tomoyo_get_group() local
117 found = true; in tomoyo_get_group()
120 if (!found) { in tomoyo_get_group()
128 found = true; in tomoyo_get_group()
134 return found ? group : NULL; in tomoyo_get_group()
Dcondition.c410 bool found = false; in tomoyo_commit_condition() local
415 found = true; in tomoyo_commit_condition()
424 found = true; in tomoyo_commit_condition()
427 if (!found) { in tomoyo_commit_condition()
432 found = true; in tomoyo_commit_condition()
438 if (found) { in tomoyo_commit_condition()
DKconfig15 found at <http://tomoyo.sourceforge.jp/>.
Dcommon.c943 bool found = IS_ENABLED(CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING); in tomoyo_manager() local
959 found = true; in tomoyo_manager()
963 if (!found) { /* Reduce error messages. */ in tomoyo_manager()
974 return found; in tomoyo_manager()
/security/apparmor/
Daudit.c228 int found = 0; in aa_audit_rule_match() local
236 found = 1; in aa_audit_rule_match()
242 return found; in aa_audit_rule_match()
244 return !found; in aa_audit_rule_match()
DKconfig13 distribution) and further information may be found at
/security/keys/
Dpersistent.c96 goto found; in key_get_persistent()
106 goto found; in key_get_persistent()
110 found: in key_get_persistent()
Dprocess_keys.c444 goto found; in search_cred_keyrings_rcu()
462 goto found; in search_cred_keyrings_rcu()
484 goto found; in search_cred_keyrings_rcu()
506 goto found; in search_cred_keyrings_rcu()
525 found: in search_cred_keyrings_rcu()
546 goto found; in search_process_keyrings_rcu()
568 goto found; in search_process_keyrings_rcu()
581 found: in search_process_keyrings_rcu()
Dkey.c70 goto found; in key_user_lookup()
108 found: in key_user_lookup()
672 goto found; in key_lookup()
679 found: in key_lookup()
Dkeyring.c702 goto found; in search_nested_keyrings()
723 goto found; in search_nested_keyrings()
856 found: in search_nested_keyrings()
1115 goto found; in find_key_to_update()
1120 found: in find_key_to_update()
/security/integrity/evm/
Devm_main.c230 int found = 0; in evm_protected_xattr() local
237 found = 1; in evm_protected_xattr()
243 found = 1; in evm_protected_xattr()
248 return found; in evm_protected_xattr()
/security/yama/
Dyama_lsm.c311 bool found = false; in ptracer_exception_found() local
333 found = true; in ptracer_exception_found()
338 if (found && (parent == NULL || task_is_descendant(parent, tracer))) in ptracer_exception_found()
DKconfig11 Further information can be found in
/security/integrity/ima/
Dima_template.c139 int found = 0; in lookup_template_desc() local
145 found = 1; in lookup_template_desc()
150 return found ? template_desc : NULL; in lookup_template_desc()
Dima_policy.c1521 bool found = false; in ima_appraise_signature() local
1546 found = true; in ima_appraise_signature()
1557 return found; in ima_appraise_signature()
/security/smack/
Dsmackfs.c216 int found = 0; in smk_set_access() local
228 found = 1; in smk_set_access()
235 if (found == 0) { in smk_set_access()
1136 int found; in smk_write_net4addr() local
1216 found = 0; in smk_write_net4addr()
1219 found = 1; in smk_write_net4addr()
1225 if (found == 0) { in smk_write_net4addr()
1395 int found = 0; in smk_write_net6addr() local
1493 for (found = 1, i = 0; i < 8; i++) { in smk_write_net6addr()
1496 found = 0; in smk_write_net6addr()
[all …]
Dsmack_lsm.c2365 int found = 0; in smack_ipv6host_label() local
2385 for (found = 1, i = 0; i < 8; i++) { in smack_ipv6host_label()
2388 found = 0; in smack_ipv6host_label()
2392 if (found) in smack_ipv6host_label()
3725 int found = 0; in smack_from_secattr() local
3750 found = 1; in smack_from_secattr()
3763 found = 1; in smack_from_secattr()
3769 if (found) in smack_from_secattr()
/security/selinux/ss/
Dconditional.c274 u8 found; in cond_insertf() local
302 found = 0; in cond_insertf()
305 found = 1; in cond_insertf()
309 if (!found) { in cond_insertf()
/security/selinux/
Davc.c646 goto found; in avc_insert()
650 found: in avc_insert()
/security/
Dsecurity.c243 bool found = false; in ordered_lsm_parse() local
249 found = true; in ordered_lsm_parse()
253 if (!found) in ordered_lsm_parse()