Lines Matching refs:perm_t
47 perm_t perms;
51 {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0))},
52 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
53 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)},
54 {AID_ROOT, static_cast<perm_t>(P_GET)},
57 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT | P_DELETE |
65 const char* get_perm_label(perm_t perm) {
108 static bool keystore_selinux_check_access(uid_t uid, perm_t perm, pid_t spid) {
152 bool has_permission(uid_t uid, perm_t perm, pid_t spid) {