From: Wolfgang Bumiller Date: Mon, 30 Nov 2015 12:44:37 +0000 (+0100) Subject: renamed lxc.start.unshare to lxc.monitor.unshare X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=c16b8890030f1bc1a17b4126dacc533806658305 renamed lxc.start.unshare to lxc.monitor.unshare --- 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) {