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

/system/core/init/
H A Dservice.cpp346 std::string scon; local
348 scon = seclabel_;
371 scon = ret_scon;
374 if (rc == 0 && scon == mycon) {
403 !si.socketcon.empty() ? si.socketcon.c_str() : scon.c_str();
/system/core/debuggerd/
H A Ddebuggerd.cpp156 char *scon = NULL, *tcon = NULL; local
168 if (getpeercon(s, &scon) < 0) {
178 allowed = (selinux_check_access(scon, tcon, tclass, perm, reinterpret_cast<void*>(request)) == 0);
181 freecon(scon);

Completed in 65 milliseconds