Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dsetexecfilecon.c9 char * mycon = NULL, *fcon = NULL, *newcon = NULL; in setexecfilecon() local
16 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()