]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: do not mount /sys/fs/kdbus 6465/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 Jul 2017 16:03:00 +0000 (12:03 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 23 Jul 2017 16:03:00 +0000 (12:03 -0400)
src/nspawn/nspawn-mount.c

index ac7290732e58fdb1b0208d240ad58f9aa7e81a1a..e80c944e9fe8aa47d00195e7d06a963067bb40c3 100644 (file)
@@ -456,9 +456,6 @@ int mount_sysfs(const char *dest, MountSettingsMask mount_settings) {
         if (rmdir(full) < 0)
                 return log_error_errno(errno, "Failed to remove %s: %m", full);
 
-        x = prefix_roota(top, "/fs/kdbus");
-        (void) mkdir_p(x, 0755);
-
         /* Create mountpoint for cgroups. Otherwise we are not allowed since we
          * remount /sys read-only.
          */