Home
last modified time | relevance | path

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

12

/system/security/keystore2/selinux/src/
Dlib.rs336 fn check_context() -> Result<(Context, &'static str, bool)> { in check_context() function
350 check_context()?; in test_getcon()
356 let (_context, namespace, is_su) = check_context()?; in test_label_lookup()
/system/security/keystore2/src/
Dpermission.rs659 fn check_context() -> Result<(selinux::Context, i32, bool)> { in check_context() function
721 let (sctx, namespace, is_su) = check_context()?; in check_grant_permission_selinux()
849 let (sctx, namespace, is_su) = check_context()?; in check_key_permission_domain_selinux()
903 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/27.0/private/
Daccess_vectors363 check_context
Dapp.te497 neverallow { appdomain -shell } *:security { compute_av check_context };
/system/sepolicy/prebuilts/api/26.0/private/
Daccess_vectors360 check_context
/system/sepolicy/prebuilts/api/30.0/private/
Daccess_vectors348 check_context
/system/sepolicy/prebuilts/api/28.0/private/
Daccess_vectors372 check_context
/system/sepolicy/reqd_mask/
Daccess_vectors352 check_context
/system/sepolicy/prebuilts/api/31.0/private/
Daccess_vectors352 check_context
/system/sepolicy/private/
Daccess_vectors352 check_context
/system/sepolicy/prebuilts/api/27.0/public/
Dte_macros406 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/26.0/public/
Dte_macros402 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros414 allow $1 kernel:security check_context;
Dapp.te515 neverallow { appdomain -shell } *:security { compute_av 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/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/29.0/public/
Dte_macros433 allow $1 kernel:security check_context;
Dapp.te522 neverallow { appdomain -shell } *:security { compute_av check_context };
/system/sepolicy/public/
Dapp.te540 neverallow { appdomain -shell } *:security { compute_av check_context };
Dte_macros452 allow $1 kernel:security check_context;
/system/sepolicy/prebuilts/api/26.0/
Dnonplat_sepolicy.cil3722 (allow installd_26_0 kernel_26_0 (security (check_context)))
4441 (allow postinstall_dexopt_26_0 kernel_26_0 (security (check_context)))
4657 (allow runas_26_0 kernel_26_0 (security (check_context)))
4868 (dontaudit su_26_0 kernel_26_0 (security (compute_av compute_create compute_member check_context lo…
/system/sepolicy/prebuilts/api/27.0/
Dnonplat_sepolicy.cil4062 (allow installd_27_0 kernel_27_0 (security (check_context)))
4798 (allow postinstall_dexopt_27_0 kernel_27_0 (security (check_context)))
5009 (allow runas_27_0 kernel_27_0 (security (check_context)))
5221 (dontaudit su_27_0 kernel_27_0 (security (compute_av compute_create compute_member check_context lo…

12