diff -Nru lxc-0.7.5/debian/changelog lxc-0.7.5/debian/changelog --- lxc-0.7.5/debian/changelog 2012-03-26 15:59:44.000000000 +0000 +++ lxc-0.7.5/debian/changelog 2012-03-29 15:34:56.000000000 +0000 @@ -1,3 +1,9 @@ +lxc (0.7.5-3ubuntu46) precise; urgency=low + + * Allow mqueue to be mounted anywhere (LP: #968326) + + -- Stéphane Graber Thu, 29 Mar 2012 11:34:45 -0400 + lxc (0.7.5-3ubuntu45) precise; urgency=low * 0064-apparmor-mount-proc: mount /proc if we need to before changing diff -Nru lxc-0.7.5/debian/lxc-default.apparmor lxc-0.7.5/debian/lxc-default.apparmor --- lxc-0.7.5/debian/lxc-default.apparmor 2012-03-26 02:41:33.000000000 +0000 +++ lxc-0.7.5/debian/lxc-default.apparmor 2012-03-29 15:34:41.000000000 +0000 @@ -13,6 +13,9 @@ # allow tmpfs mounts everywhere mount fstype=tmpfs, + # allow mqueue mounts everywhere + mount fstype=mqueue, + # the container may never be allowed to mount devpts. If it does, it # will remount the host's devpts. We could allow it to do it with # the newinstance option (but, right now, we don't).