Home
last modified time | relevance | path

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

12

/system/security/keystore2/selinux/src/
Dlib.rs653 fn check_context() -> Result<(Context, &'static str, bool)> { in check_context() function
667 check_context()?; in test_getcon()
673 let (_context, namespace, is_su) = check_context()?; in test_label_lookup()
/system/security/keystore2/src/
Dpermission.rs485 fn check_context() -> Result<(selinux::Context, i32, bool)> { in check_context() function
545 let (sctx, namespace, is_su) = check_context()?; in check_grant_permission_selinux()
643 let (sctx, namespace, is_su) = check_context()?; in check_key_permission_domain_selinux()
675 let (sctx, namespace, is_su) = check_context()?; in check_key_permission_domain_blob()
/system/sepolicy/prebuilts/api/29.0/private/
Daccess_vectors368 check_context
/system/sepolicy/prebuilts/api/30.0/private/
Daccess_vectors348 check_context
/system/sepolicy/prebuilts/api/33.0/private/
Daccess_vectors352 check_context
/system/sepolicy/microdroid/reqd_mask/
Daccess_vectors352 check_context
/system/sepolicy/reqd_mask/
Daccess_vectors352 check_context
/system/sepolicy/prebuilts/api/31.0/private/
Daccess_vectors352 check_context
/system/sepolicy/prebuilts/api/32.0/private/
Daccess_vectors352 check_context
/system/sepolicy/microdroid/system/private/
Daccess_vectors352 check_context
/system/sepolicy/prebuilts/api/34.0/public/
Dapp.te162 neverallow { appdomain -shell } *:security { compute_av check_context };
/system/sepolicy/prebuilts/api/34.0/private/
Daccess_vectors352 check_context
/system/sepolicy/private/
Daccess_vectors352 check_context
/system/sepolicy/public/
Dapp.te162 neverallow { appdomain -shell } *:security { compute_av check_context };
Dte_macros487 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/33.0/public/
Dapp.te172 neverallow { appdomain -shell } *:security { compute_av check_context };
/system/sepolicy/prebuilts/api/29.0/public/
Dapp.te522 neverallow { appdomain -shell } *:security { compute_av check_context };
Dte_macros433 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/30.0/public/
Dapp.te522 neverallow { appdomain -shell } *:security { compute_av check_context };
Dte_macros436 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/32.0/public/
Dapp.te540 neverallow { appdomain -shell } *:security { compute_av check_context };
Dte_macros452 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/31.0/public/
Dapp.te540 neverallow { appdomain -shell } *:security { compute_av check_context };
Dte_macros452 allow $1 kernel:security check_context;
/system/sepolicy/microdroid/system/public/
Dte_macros452 allow $1 kernel:security check_context;

12