Home
last modified time | relevance | path

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

/system/core/init/
Dinit.c168 char *scon = NULL; in service_start() local
225 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon); in service_start()
271 setsockcreatecon(scon); in service_start()
286 freecon(scon); in service_start()
287 scon = NULL; in service_start()
371 freecon(scon); in service_start()