chiark / gitweb /
build: avoid trailing whitespace in feature string
[elogind.git] / src / core / mount-setup.c
index cda25ede13bcaf8775486a74f3486690979d8c3d..df9d9da8318b8d9b83f56f8623d2811cb5179441 100644 (file)
@@ -108,6 +108,10 @@ 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
 };
 
 /* These are API file systems that might be mounted by other software,