Lines Matching defs:mycon
208 _cleanup_security_context_free_ security_context_t mycon = NULL, fcon = NULL;
217 r = getcon(&mycon);
226 r = security_compute_create(mycon, fcon, sclass, (security_context_t *) label);
255 _cleanup_security_context_free_ security_context_t mycon = NULL, peercon = NULL, fcon = NULL;
267 r = getcon(&mycon);
283 bcon = context_new(mycon);
299 freecon(mycon);
300 mycon = strdup(context_str(bcon));
301 if (!mycon)
305 r = security_compute_create(mycon, fcon, sclass, (security_context_t *) label);