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

/systemd/src/basic/
H A Dselinux-util.c258 _cleanup_context_free_ context_t pcon = NULL, bcon = NULL; local
285 bcon = context_new(mycon);
286 if (!bcon)
297 r = context_range_set(bcon, range);
302 mycon = strdup(context_str(bcon));

Completed in 2067 milliseconds