Searched refs:tctx (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ |
D | permissions.cpp | 86 static char* tctx; variable 97 if (getcon(&tctx) != 0) { in configure_selinux() 130 bool allowed = selinux_check_access(sctx, tctx, selinux_class, str_perm, in keystore_selinux_check_access()
|
/system/core/init/ |
D | property_service.cpp | 75 char *tctx = NULL; in check_mac_perms() local 85 if (selabel_lookup(sehandle_prop, &tctx, name, 1) != 0) in check_mac_perms() 91 …if (selinux_check_access(sctx, tctx, "property_service", "set", reinterpret_cast<void*>(&audit_dat… in check_mac_perms() 94 freecon(tctx); in check_mac_perms()
|