Searched refs:mycon (Results 1 – 1 of 1) sorted by relevance
9 char * mycon = NULL, *fcon = NULL, *newcon = NULL; in setexecfilecon() local16 rc = getcon(&mycon); in setexecfilecon()24 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &newcon); in setexecfilecon()28 if (!strcmp(mycon, newcon)) { in setexecfilecon()31 con = context_new(mycon); in setexecfilecon()54 freecon(mycon); in setexecfilecon()