X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc-userspace.spec;h=c38e385ae979084da3075fa289d7321f84f5a0e5;hb=292875d02c96f628a6ca15c0ab82470fb0d7258b;hp=b522a3fc5d595c5ff7ddbaa0e7e1049538c9dcf6;hpb=7c896e0e362697247a4da1f1311337e0afa233ea;p=lxc-userspace.git diff --git a/lxc-userspace.spec b/lxc-userspace.spec index b522a3f..c38e385 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 8 %define percent % %define braop \{ @@ -55,6 +55,31 @@ chmod u+s /usr/sbin/vsh %postun %changelog +* Fri Sep 20 2013 Thierry Parmentelat - lxc-userspace-1.0-8 +- fix vsh permissions + +* Sat Aug 31 2013 Thierry Parmentelat - lxc-userspace-1.0-7 +- perform vsys sysctl inside of container +- remove unnecessary proc remounts +- prevent setting LD_PRELOAD if the library doesn't exist in image +- add --noslicehome option +- check /etc/lxcsu_default for default arguments +- fix permissions +- support conventional invocation of make + +* Sun Jul 14 2013 Thierry Parmentelat - lxc-userspace-1.0-6 +- merge back lxcsu and -internal into a single source file +- capsh --uid instead of --user that was not yet supported in f12 (hopefully tmp) + +* Wed Jul 03 2013 Thierry Parmentelat - lxc-userspace-1.0-5 +- entering in a slice now correctly ends up with right uid and pwd +- make sync + +* 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.