]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount-setup.c
core: s/reexection/reexecution/ typo fix
[thirdparty/systemd.git] / src / core / mount-setup.c
index c35248eeaed63c9c97dd18e3539add6f62d408ce..1782d4072062f48d97f7d34b023f13e2beaa564d 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "mount-setup.h"
 #include "dev-setup.h"
+#include "bus-util.h"
 #include "log.h"
 #include "macro.h"
 #include "util.h"
@@ -104,10 +105,8 @@ static const MountPoint mount_table[] = {
         { "efivarfs",    "/sys/firmware/efi/efivars", "efivarfs",   NULL,                      MS_NOSUID|MS_NOEXEC|MS_NODEV,
           is_efi_boot,   MNT_NONE                   },
 #endif
-#ifdef ENABLE_KDBUS
         { "kdbusfs",    "/sys/fs/kdbus",             "kdbusfs",    NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
-          NULL,       MNT_IN_CONTAINER },
-#endif
+          is_kdbus_wanted,       MNT_IN_CONTAINER },
 };
 
 /* These are API file systems that might be mounted by other software,