Home
last modified time | relevance | path

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

/security/tomoyo/
A 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()
A 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()
A DKconfig13 found at <https://tomoyo.sourceforge.net/>.
A Dcommon.c935 bool found = IS_ENABLED(CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING); in tomoyo_manager() local
951 found = true; in tomoyo_manager()
955 if (!found) { /* Reduce error messages. */ in tomoyo_manager()
966 return found; in tomoyo_manager()
/security/apparmor/
A Daudit.c271 int found = 0; in aa_audit_rule_match() local
279 found = 1; in aa_audit_rule_match()
285 return found; in aa_audit_rule_match()
287 return !found; in aa_audit_rule_match()
A DKconfig13 distribution) and further information may be found at
/security/keys/
A Dpersistent.c96 goto found; in key_get_persistent()
106 goto found; in key_get_persistent()
110 found: in key_get_persistent()
A 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()
A Dkeyring.c698 goto found; in search_nested_keyrings()
719 goto found; in search_nested_keyrings()
855 found: in search_nested_keyrings()
1116 goto found; in find_key_to_update()
1121 found: in find_key_to_update()
A Dkey.c70 goto found; in key_user_lookup()
108 found: in key_user_lookup()
690 goto found; in key_lookup()
697 found: in key_lookup()
/security/yama/
A Dyama_lsm.c306 bool found = false; in ptracer_exception_found() local
328 found = true; in ptracer_exception_found()
333 if (found && (parent == NULL || task_is_descendant(parent, tracer))) in ptracer_exception_found()
A DKconfig11 Further information can be found in
/security/integrity/ima/
A Dima_template.c166 int found = 0; in lookup_template_desc() local
172 found = 1; in lookup_template_desc()
177 return found ? template_desc : NULL; in lookup_template_desc()
A Dima_policy.c2292 bool found = false; in ima_appraise_signature() local
2323 found = true; in ima_appraise_signature()
2334 return found; in ima_appraise_signature()
/security/smack/
A Dsmackfs.c217 int found = 0; in smk_set_access() local
229 found = 1; in smk_set_access()
236 if (found == 0) { in smk_set_access()
1145 int found; in smk_write_net4addr() local
1224 found = 0; in smk_write_net4addr()
1227 found = 1; in smk_write_net4addr()
1233 if (found == 0) { in smk_write_net4addr()
1402 int found = 0; in smk_write_net6addr() local
1503 found = 0; in smk_write_net6addr()
1507 if (found == 1) in smk_write_net6addr()
[all …]
A Dsmack_lsm.c2529 int found = 0; in smack_ipv6host_label() local
2549 for (found = 1, i = 0; i < 8; i++) { in smack_ipv6host_label()
2552 found = 0; in smack_ipv6host_label()
2556 if (found) in smack_ipv6host_label()
3981 int found = 0; in smack_from_secattr() local
4018 found = 1; in smack_from_secattr()
4031 found = 1; in smack_from_secattr()
4037 if (found) in smack_from_secattr()
/security/selinux/ss/
A Dconditional.c262 bool found; in cond_insertf() local
290 found = false; in cond_insertf()
293 found = true; in cond_insertf()
297 if (!found) { in cond_insertf()
/security/integrity/evm/
A Devm_main.c303 int found = 0; in evm_protected_xattr_common() local
313 found = 1; in evm_protected_xattr_common()
319 found = 1; in evm_protected_xattr_common()
324 return found; in evm_protected_xattr_common()
/security/loadpin/
A DKconfig32 considered trusted if its root digest is found in the list
/security/selinux/
A Davc.c637 goto found; in avc_insert()
641 found: in avc_insert()
/security/
A Dsecurity.c362 bool found = false; in ordered_lsm_parse() local
368 found = true; in ordered_lsm_parse()
372 if (!found) in ordered_lsm_parse()

Completed in 82 milliseconds