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

/systemd/src/basic/
H A Dselinux-util.c210 _cleanup_security_context_free_ security_context_t mycon = NULL, fcon = NULL; local
219 r = getcon_raw(&mycon);
228 r = security_compute_create(mycon, fcon, sclass, (security_context_t *) label);
257 _cleanup_security_context_free_ security_context_t mycon = NULL, peercon = NULL, fcon = NULL; local
269 r = getcon_raw(&mycon);
285 bcon = context_new(mycon);
301 freecon(mycon);
302 mycon = strdup(context_str(bcon));
303 if (!mycon)
307 r = security_compute_create(mycon, fco
[all...]

Completed in 1312 milliseconds