From: vliaskov Date: Mon, 31 Jul 2017 13:59:02 +0000 (+0200) Subject: mount-setup: mount xenfs filesystem (#6491) X-Git-Tag: v235~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b305bd3aab0446095bf28ffc28b3d908a7ace6b9;p=thirdparty%2Fsystemd.git mount-setup: mount xenfs filesystem (#6491) --- diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index b343bb7e099..1e366f1b631 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,