Home
last modified time | relevance | path

Searched refs:tctx (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dpermissions.cpp86 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/
Dproperty_service.cpp75 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()