Searched refs:check_context (Results 1 – 9 of 9) sorted by relevance
/system/security/keystore2/selinux/src/ |
D | lib.rs | 657 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/ |
D | permission.rs | 482 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/ |
D | access_vectors | 354 check_context
|
/system/sepolicy/private/ |
D | access_vectors | 354 check_context
|
D | app.te | 662 neverallow { appdomain -shell } *:security { compute_av check_context };
|
/system/sepolicy/microdroid/system/private/ |
D | access_vectors | 354 check_context
|
/system/sepolicy/reqd_mask/ |
D | access_vectors | 354 check_context
|
/system/sepolicy/microdroid/system/public/ |
D | te_macros | 452 allow $1 kernel:security check_context;
|
/system/sepolicy/public/ |
D | te_macros | 486 allow $1 kernel:security check_context;
|