Home
last modified time | relevance | path

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

/system/security/keystore2/selinux/src/
Dlib.rs657 fn check_context() -> Result<(Context, &'static str, bool)> { in check_context() function
671 check_context()?; in test_getcon()
677 let (_context, namespace, is_su) = check_context()?; in test_label_lookup()
/system/security/keystore2/src/
Dpermission.rs482 fn check_context() -> Result<(selinux::Context, i32, bool)> { in check_context() function
540 let (sctx, namespace, is_su) = check_context()?; in check_grant_permission_selinux()
638 let (sctx, namespace, is_su) = check_context()?; in check_key_permission_domain_selinux()
670 let (sctx, namespace, is_su) = check_context()?; in check_key_permission_domain_blob()
/system/sepolicy/microdroid/reqd_mask/
Daccess_vectors354 check_context
/system/sepolicy/private/
Daccess_vectors354 check_context
Dapp.te662 neverallow { appdomain -shell } *:security { compute_av check_context };
/system/sepolicy/microdroid/system/private/
Daccess_vectors354 check_context
/system/sepolicy/reqd_mask/
Daccess_vectors354 check_context
/system/sepolicy/microdroid/system/public/
Dte_macros452 allow $1 kernel:security check_context;
/system/sepolicy/public/
Dte_macros486 allow $1 kernel:security check_context;