Home
last modified time | relevance | path

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

/security/tomoyo/
Dmemory.c99 bool found = false; in tomoyo_get_group() local
113 found = true; in tomoyo_get_group()
116 if (!found) { in tomoyo_get_group()
123 found = true; in tomoyo_get_group()
129 return found ? group : NULL; in tomoyo_get_group()
Dcondition.c396 bool found = false; in tomoyo_commit_condition() local
400 found = true; in tomoyo_commit_condition()
409 found = true; in tomoyo_commit_condition()
412 if (!found) { in tomoyo_commit_condition()
417 found = true; in tomoyo_commit_condition()
423 if (found) { in tomoyo_commit_condition()
DKconfig12 found at <http://tomoyo.sourceforge.jp/>.
Dcommon.c929 bool found = false; in tomoyo_manager() local
939 found = true; in tomoyo_manager()
943 if (found) in tomoyo_manager()
952 found = true; in tomoyo_manager()
956 if (!found) { /* Reduce error messages. */ in tomoyo_manager()
966 return found; in tomoyo_manager()
/security/smack/
Dsmack_access.c363 int found; in smk_parse_smack() local
369 for (i = 0, found = 0; i < SMK_LABELLEN; i++) { in smk_parse_smack()
370 if (found) in smk_parse_smack()
376 found = 1; in smk_parse_smack()
540 int found = 0; in smack_to_cipso() local
546 found = 1; in smack_to_cipso()
552 if (found == 0 || kp->smk_cipso == NULL) in smack_to_cipso()
Dsmackfs.c166 int found = 0; in smk_set_access() local
177 found = 1; in smk_set_access()
182 if (found == 0) in smk_set_access()
187 return found; in smk_set_access()
898 int found; in smk_write_netlbladdr() local
961 found = 0; in smk_write_netlbladdr()
965 found = 1; in smk_write_netlbladdr()
971 if (found == 0) { in smk_write_netlbladdr()
/security/keys/
Dprocess_keys.c356 goto found; in search_my_process_keyrings()
377 goto found; in search_my_process_keyrings()
403 goto found; in search_my_process_keyrings()
423 goto found; in search_my_process_keyrings()
441 found: in search_my_process_keyrings()
466 goto found; in search_process_keyrings()
489 goto found; in search_process_keyrings()
505 found: in search_process_keyrings()
Dkeyring.c352 goto found; in keyring_search_aux()
363 goto found; in keyring_search_aux()
412 goto found; in keyring_search_aux()
420 goto found; in keyring_search_aux()
468 found: in keyring_search_aux()
543 goto found; in __keyring_search_one()
550 found: in __keyring_search_one()
Dkey.c79 goto found; in key_user_lookup()
118 found: in key_user_lookup()
626 goto found; in key_lookup()
633 found: in key_lookup()
/security/integrity/evm/
Devm_main.c165 int found = 0; in evm_protected_xattr() local
171 found = 1; in evm_protected_xattr()
177 found = 1; in evm_protected_xattr()
181 return found; in evm_protected_xattr()
/security/yama/
Dyama_lsm.c213 bool found = false; in ptracer_exception_found() local
222 found = true; in ptracer_exception_found()
226 if (found && (parent == NULL || task_is_descendant(parent, tracer))) in ptracer_exception_found()
DKconfig11 Further information can be found in Documentation/security/Yama.txt.
/security/
Ddevice_cgroup.c479 goto found; in __devcgroup_inode_permission()
493 found: in __devcgroup_inode_permission()
517 goto found; in devcgroup_inode_mknod()
529 found: in devcgroup_inode_mknod()
/security/selinux/ss/
Dconditional.c277 u8 found; in cond_insertf() local
305 found = 0; in cond_insertf()
308 found = 1; in cond_insertf()
312 if (!found) { in cond_insertf()
/security/apparmor/
DKconfig12 distribution) and further information may be found at
/security/selinux/
Davc.c688 goto found; in avc_insert()
692 found: in avc_insert()