[lxc-devel] [lxc/lxc] 38f61a: init: Support older apparmor
GitHub
noreply at github.com
Tue Sep 15 22:54:30 UTC 2015
Branch: refs/heads/stable-1.0
Home: https://github.com/lxc/lxc
Commit: 38f61ae6733d7c58787f28205721c2231a6d3383
https://github.com/lxc/lxc/commit/38f61ae6733d7c58787f28205721c2231a6d3383
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M config/init/upstart/lxc.conf
Log Message:
-----------
init: Support older apparmor
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>
Commit: c95ff1a52f7be4de71f950a238a3429f4ed737e5
https://github.com/lxc/lxc/commit/c95ff1a52f7be4de71f950a238a3429f4ed737e5
Author: Major Hayden <major at mhtx.net>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M src/lxc/start.c
Log Message:
-----------
Tear down network devices during container halt
On very busy systems, some virtual network devices won't be destroyed after a
container halts. This patch uses the lxc_delete_network() method to ensure
that network devices attached to the container are destroyed when the
container halts.
Without the patch, some virtual network devices are left over on the system
and must be removed with `ip link del <device>`. This caused containers
with lxc.network.veth.pair to not be able to start. For containers using
randomly generated virtual network device names, the old devices will hang
around on the bridge with their original MAC address.
Signed-off-by: Major Hayden <major at mhtx.net>
Commit: f9419eabe41b7615091d7c4d90a21f7e5a90db50
https://github.com/lxc/lxc/commit/f9419eabe41b7615091d7c4d90a21f7e5a90db50
Author: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M src/lxc/conf.c
Log Message:
-----------
coverity: fix mount_entry_create_dir_file
First, fix use of uninitialized variable 'ret'. Then, actually use
the value it returned in its caller.
Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
Compare: https://github.com/lxc/lxc/compare/3a88a8cf66e1...f9419eabe41b
More information about the lxc-devel
mailing list