chiark / gitweb /
selinux: close stdin/stdout/stderr before loading selinux policy
[elogind.git] / src / core / selinux-setup.c
index fa025b72687ad0d4e0863a3589a610f20b05e6d2..52df7a7221f98c54256589ff45feedf87c63bc2e 100644 (file)
@@ -79,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;