Searched refs:selinux_key (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/security/keystore2/src/ |
H A D | database.rs | 3742 let selinux_key = KeyDescriptor { in test_grant_ungrant() localVariable 3750 .grant(&selinux_key, CALLER_UID, 12, PVEC1, |k, a| { in test_grant_ungrant() 3780 .grant(&selinux_key, CALLER_UID, 12, PVEC2, |k, a| { in test_grant_ungrant() 3832 println!("selinux_key {:?}", selinux_key); in test_grant_ungrant() 3835 db.ungrant(&selinux_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
|