--- cronie-1.4.8.orig/src/security.c 2012-04-05 19:46:23.648018144 +0200 +++ cronie-1.4.8/src/security.c 2012-04-05 19:46:53.528018207 +0200 @@ -424,10 +424,10 @@ } } - if (setexeccon(ucontext) < 0 || setkeycreatecon(ucontext) < 0) { + if (setexeccon(ucontext) < 0) { if (security_getenforce() > 0) { if (asprintf - (&msg, "Could not set exec or keycreate context to %s for user", + (&msg, "Could not set exec context to %s for user", (char *) ucontext) >= 0) { log_it(u->name, getpid(), "ERROR", msg, 0); free(msg); @@ -437,7 +437,7 @@ else { if (asprintf (&msg, - "Could not set exec or keycreate context to %s for user," + "Could not set exec context to %s for user," " but SELinux in permissive mode, continuing", (char *) ucontext) >= 0) { log_it(u->name, getpid(), "WARNING", msg, 0);