Before the split the SELinux database was inherited via CoW. Since
the split we need to reopen it.
Follow-up for
bb5232b6a3b8af
#include "fd-util.h"
#include "fileio.h"
#include "getopt-defs.h"
+#include "label-util.h"
#include "parse-util.h"
#include "pretty-print.h"
#include "static-destruct.h"
log_set_prohibit_ipc(true);
log_setup();
+ r = mac_init();
+ if (r < 0)
+ return log_error_errno(r, "Failed to initialize MAC layer: %m");
+
r = fdset_new_fill(/* filter_cloexec= */ 0, &fdset);
if (r < 0)
return log_error_errno(r, "Failed to create fd set: %m");