ccon 558 src/crontab.c context_t ccon = NULL; ccon 561 src/crontab.c if (!(ccon = context_new(selinux_context))) { ccon 566 src/crontab.c if (!(level = context_range_get(ccon))) { ccon 572 src/crontab.c context_free(ccon); ccon 359 src/security.c context_t ccon; ccon 360 src/security.c if (!(ccon = context_new(u->scontext))) { ccon 363 src/security.c context_free(ccon); ccon 367 src/security.c if (context_range_set(ccon, range)) { ccon 370 src/security.c context_free(ccon); ccon 374 src/security.c if (!(*ucontextp = context_str(ccon))) { ccon 377 src/security.c context_free(ccon); ccon 385 src/security.c context_free(ccon);