]> git.proxmox.com Git - pve-container.git/commitdiff
renamed lxc.start.unshare to lxc.monitor.unshare
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 30 Nov 2015 12:44:37 +0000 (13:44 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Dec 2015 08:56:14 +0000 (09:56 +0100)
src/PVE/LXC.pm

index 64563ebe938bc38b29792b11273911b7e2475934..f388b60ec57abf19fcdeed1b1ce700ea203210ea 100644 (file)
@@ -1081,7 +1081,7 @@ sub update_lxc_config {
        die "implement me";
     }
 
-    $raw .= "lxc.start.unshare = 1\n";
+    $raw .= "lxc.monitor.unshare = 1\n";
 
     # Should we read them from /etc/subuid?
     if ($unprivileged && !$custom_idmap) {