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