selinux_context    87 src/crontab.c  static char *selinux_context = 0;
selinux_context   290 src/crontab.c  			if (getprevcon((security_context_t *) & (selinux_context))) {
selinux_context   557 src/crontab.c  	if (selinux_context) {
selinux_context   561 src/crontab.c  		if (!(ccon = context_new(selinux_context))) {
selinux_context   573 src/crontab.c  		freecon(selinux_context);
selinux_context   574 src/crontab.c  		selinux_context = NULL;
selinux_context   794 src/crontab.c  	if (selinux_context)
selinux_context   795 src/crontab.c  		fprintf(tmp, "SELINUX_ROLE_TYPE=%s\n", selinux_context);