chiark / gitweb /
utmp: read the right timestamp
[elogind.git] / src / core / selinux-setup.c
index 22ca820188b243dfa5db3b856bce7e7dcd781ee0..52df7a7221f98c54256589ff45feedf87c63bc2e 100644 (file)
 #include "log.h"
 #include "label.h"
 
+#ifdef HAVE_SELINUX
 static int null_log(int type, const char *fmt, ...) {
         return 0;
 }
+#endif
 
 int selinux_setup(bool *loaded_policy) {
 
@@ -77,7 +79,6 @@ int selinux_setup(bool *loaded_policy) {
        /* Now load the policy */
        before_load = now(CLOCK_MONOTONIC);
        r = selinux_init_load_policy(&enforce);
-
        if (r == 0) {
                char timespan[FORMAT_TIMESPAN_MAX];
                char *label;