From: Sapan Bhatia Date: Mon, 1 Jul 2013 22:03:44 +0000 (-0400) Subject: Setting tag lxc-userspace-1.0-4 X-Git-Tag: lxc-userspace-1.0-4^0 X-Git-Url: http://git.onelab.eu/?p=lxc-userspace.git;a=commitdiff_plain;h=b3adf487203150ed5e94e211e2125b9b6bdeb8a0 Setting tag lxc-userspace-1.0-4 Bug fixes: - lxcsu works again - pid namespace issue that would let slices see all processes --- diff --git a/lxc-userspace.spec b/lxc-userspace.spec index b522a3f..401f962 100644 --- a/lxc-userspace.spec +++ b/lxc-userspace.spec @@ -1,6 +1,6 @@ %define name lxc-userspace %define version 1.0 -%define taglevel 3 +%define taglevel 4 %define percent % %define braop \{ @@ -55,6 +55,11 @@ chmod u+s /usr/sbin/vsh %postun %changelog +* Mon Jul 01 2013 Sapan Bhatia - lxc-userspace-1.0-4 +- Bug fixes: +- - lxcsu works again +- - pid namespace issue that would let slices see all processes + * Fri Jun 28 2013 Sapan Bhatia - lxc-userspace-1.0-3 - Fixed bug that would let slices see all processes in root context.