Searched refs:check_context (Results 1 – 25 of 27) sorted by relevance
12
/system/security/keystore2/selinux/src/ |
D | lib.rs | 653 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/ |
D | permission.rs | 485 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/ |
D | access_vectors | 368 check_context
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | access_vectors | 348 check_context
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/microdroid/reqd_mask/ |
D | access_vectors | 352 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/prebuilts/api/32.0/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/microdroid/system/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | app.te | 162 neverallow { appdomain -shell } *:security { compute_av check_context };
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/private/ |
D | access_vectors | 352 check_context
|
/system/sepolicy/public/ |
D | app.te | 162 neverallow { appdomain -shell } *:security { compute_av check_context };
|
D | te_macros | 487 allow $1 kernel:security check_context;
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | app.te | 172 neverallow { appdomain -shell } *:security { compute_av check_context };
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | app.te | 522 neverallow { appdomain -shell } *:security { compute_av check_context };
|
D | te_macros | 433 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/32.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/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/microdroid/system/public/ |
D | te_macros | 452 allow $1 kernel:security check_context;
|
12