[pve-devel] [PATCH pve-container] renamed lxc.start.unshare to lxc.monitor.unshare

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Nov 30 13:44:37 CET 2015


---
 src/PVE/LXC.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 64563eb..f388b60 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -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) {
-- 
2.1.4





More information about the pve-devel mailing list