From b305bd3aab0446095bf28ffc28b3d908a7ace6b9 Mon Sep 17 00:00:00 2001 From: vliaskov Date: Mon, 31 Jul 2017 15:59:02 +0200 Subject: [PATCH] mount-setup: mount xenfs filesystem (#6491) --- src/core/mount-setup.c | 2 ++ 1 file changed, 2 insertions(+) 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,