Home
last modified time | relevance | path

Searched refs:check (Results 1 – 9 of 9) sorted by relevance

/security/apparmor/
A Dmatch.c456 u32 *check = CHECK_TABLE(dfa); in aa_dfa_match_len() local
495 u32 *check = CHECK_TABLE(dfa); in aa_dfa_match() local
533 u32 *check = CHECK_TABLE(dfa); in aa_dfa_next() local
551 u32 *check = CHECK_TABLE(dfa); in aa_dfa_outofband_transition() local
582 u32 *check = CHECK_TABLE(dfa); in aa_dfa_match_until() local
596 if (check[pos] == state) in aa_dfa_match_until()
607 if (check[pos] == state) in aa_dfa_match_until()
658 if (check[pos] == state) in aa_dfa_matchn_until()
669 if (check[pos] == state) in aa_dfa_matchn_until()
742 if (check[pos] == state) in leftmatch_fb()
[all …]
A DKconfig55 of loaded policy, and check point and restore support. It
104 includes policy, and has some form of integrity check.
105 Disabling the check will speed up policy loads.
A Ddomain.c1484 goto check; in aa_change_profile()
1506 check: in aa_change_profile()
/security/integrity/ima/
A Dima_mok.c34 restriction->check = restrict_link_by_builtin_trusted; in ima_mok_init()
/security/integrity/
A Ddigsig.c149 restriction->check = restrict_link_by_ca; in integrity_init_keyring()
151 restriction->check = restrict_link_to_ima; in integrity_init_keyring()
/security/keys/
A Dkeyring.c977 key_restrict_link_func_t check) in keyring_restriction_alloc() argument
985 keyres->check = check; in keyring_restriction_alloc()
1412 if (!keyring->restrict_link || !keyring->restrict_link->check) in __key_link_check_restriction()
1414 return keyring->restrict_link->check(keyring, key->type, &key->payload, in __key_link_check_restriction()
1788 keyres->check = restrict_link_reject; in keyring_restriction_gc()
A Dkey.c530 if (keyring->restrict_link && keyring->restrict_link->check) { in key_instantiate_and_link()
533 ret = keyres->check(keyring, key->type, &prep.payload, in key_instantiate_and_link()
883 if (restrict_link && restrict_link->check) { in __key_create_or_update()
884 ret = restrict_link->check(keyring, index_key.type, in __key_create_or_update()
/security/tomoyo/
A DKconfig51 variant part of policy and verifying (e.g. running GPG check) and
/security/
A Dsecurity.c203 struct lsm_info **check; in exists_ordered_lsm() local
205 for (check = ordered_lsms; *check; check++) in exists_ordered_lsm()
206 if (*check == lsm) in exists_ordered_lsm()

Completed in 54 milliseconds