Searched refs:selinux_key (Results 1 – 1 of 1) sorted by relevance
/system/security/keystore2/src/ |
D | database.rs | 3744 let selinux_key = KeyDescriptor { in test_grant_ungrant() localVariable 3752 .grant(&selinux_key, CALLER_UID, 12, PVEC1, |k, a| { in test_grant_ungrant() 3782 .grant(&selinux_key, CALLER_UID, 12, PVEC2, |k, a| { in test_grant_ungrant() 3834 println!("selinux_key {:?}", selinux_key); in test_grant_ungrant() 3837 db.ungrant(&selinux_key, CALLER_UID, GRANTEE_UID, |_| Ok(()))?; in test_grant_ungrant()
|