Lines Matching refs:scon
222 char* scon = NULL;
225 scon = strdup(svc->seclabel);
226 if (!scon) {
247 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
248 if (rc == 0 && !strcmp(scon, mycon)) {
284 si->perm, si->uid, si->gid, si->socketcon ?: scon);
290 freecon(scon);
291 scon = NULL;
379 freecon(scon);