diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index b343bb7e09..1e366f1b63 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -115,6 +115,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 + { "xenfs", "/proc/xen", "xenfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV, + NULL, MNT_NONE }, }; /* These are API file systems that might be mounted by other software,