Searched refs:check_context (Results 1 – 25 of 26) sorted by relevance
12
/system/security/keystore2/selinux/src/ |
D | lib.rs | 336 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/ |
D | permission.rs | 659 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/ |
D | access_vectors | 368 check_context
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | access_vectors | 363 check_context
|
D | app.te | 497 neverallow { appdomain -shell } *:security { compute_av check_context };
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | access_vectors | 360 check_context
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | access_vectors | 348 check_context
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | access_vectors | 372 check_context
|
/system/sepolicy/reqd_mask/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | te_macros | 406 allow $1 kernel:security check_context;
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | te_macros | 402 allow $1 kernel:security check_context;
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | te_macros | 414 allow $1 kernel:security check_context;
|
D | app.te | 515 neverallow { appdomain -shell } *:security { compute_av check_context };
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | app.te | 540 neverallow { appdomain -shell } *:security { compute_av check_context };
|
D | te_macros | 452 allow $1 kernel:security check_context;
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | app.te | 522 neverallow { appdomain -shell } *:security { compute_av check_context };
|
D | te_macros | 436 allow $1 kernel:security check_context;
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | te_macros | 433 allow $1 kernel:security check_context;
|
D | app.te | 522 neverallow { appdomain -shell } *:security { compute_av check_context };
|
/system/sepolicy/public/ |
D | app.te | 540 neverallow { appdomain -shell } *:security { compute_av check_context };
|
D | te_macros | 452 allow $1 kernel:security check_context;
|
/system/sepolicy/prebuilts/api/26.0/ |
D | nonplat_sepolicy.cil | 3722 (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/ |
D | nonplat_sepolicy.cil | 4062 (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