Searched refs:tcon (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Ddebuggerd.cpp156 char *scon = NULL, *tcon = NULL; local
173 if (getpidcon(request->tid, &tcon) < 0) {
178 allowed = (selinux_check_access(scon, tcon, tclass, perm, reinterpret_cast<void*>(request)) == 0);
182 freecon(tcon);

Completed in 51 milliseconds