]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Remove mention of mountcgroups in ubuntu.common config
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 17 Jul 2014 14:05:35 +0000 (09:05 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 18 Jul 2014 11:53:36 +0000 (13:53 +0200)
That mount hook predates the lxc.mount.auto = cgroup option.  So mention
that instead.

Perhaps we should simply drop the mountcgroup hook from the tree, but
I'm not doing that in this patch.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
config/templates/ubuntu.common.conf.in

index 529b53e79238f591e85b0b8b4a5af13dfb5453f0..feb8d4408d2ae656c6aa312bfb4a8c88cff7e05c 100644 (file)
@@ -25,7 +25,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
 # To support container nesting on an Ubuntu host while retaining most of
 # apparmor's added security, use the following two lines instead.
 #lxc.aa_profile = lxc-container-default-with-nesting
-#lxc.hook.mount = /usr/share/lxc/hooks/mountcgroups
+#lxc.mount.auto = cgroup:mixed
 
 # Uncomment the following line to autodetect squid-deb-proxy configuration on the
 # host and forward it to the guest at start time.