summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvliaskov <vliaskov@gmail.com>2017-07-31 15:59:02 +0200
committerLennart Poettering <lennart@poettering.net>2017-07-31 15:59:02 +0200
commitb305bd3aab0446095bf28ffc28b3d908a7ace6b9 (patch)
tree953c29d1ca557d8db167152f0e7ffcc967efbfe1
parent1df96fcb31b3bc30c4a983de4734f61ed5a29115 (diff)
downloadsystemd-b305bd3aab0446095bf28ffc28b3d908a7ace6b9.tar.gz
mount-setup: mount xenfs filesystem (#6491)
-rw-r--r--src/core/mount-setup.c2
1 files changed, 2 insertions, 0 deletions
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,