summaryrefslogtreecommitdiffstats
path: root/loader2/selinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/selinux.c')
-rw-r--r--loader2/selinux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/selinux.c b/loader2/selinux.c
index 6f0843d52..f4633b6ff 100644
--- a/loader2/selinux.c
+++ b/loader2/selinux.c
@@ -39,6 +39,7 @@ static char * getpolicyver() {
buf = malloc(128);
if ((read(fd, buf, 128)) == -1) {
+ logMessage("error getting policy version: %s", strerror(errno));
free(buf);
close(fd);
return NULL;