]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-setup: mount xenfs filesystem (#6491)
authorvliaskov <vliaskov@gmail.com>
Mon, 31 Jul 2017 13:59:02 +0000 (15:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 31 Jul 2017 13:59:02 +0000 (15:59 +0200)
src/core/mount-setup.c

index b343bb7e099eeec02a881217dddad522d87a8659..1e366f1b631165cebd74772c0a12a19035bdfa41 100644 (file)
@@ -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,