]> 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 42a6b952b967a6b2afb7fa0f4055d96b582dd930..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"
@@ -105,7 +106,7 @@ static const MountPoint mount_table[] = {
           is_efi_boot,   MNT_NONE                   },
 #endif
         { "kdbusfs",    "/sys/fs/kdbus",             "kdbusfs",    NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
-          NULL,       MNT_IN_CONTAINER },
+          is_kdbus_wanted,       MNT_IN_CONTAINER },
 };
 
 /* These are API file systems that might be mounted by other software,