Re: [libvirt] [PATCH] Follow up fix of commit a58e1cb4

2015-02-09 Thread Cedric Bosdonnat
Hi Jan, On Mon, 2015-02-09 at 10:04 +0100, Ján Tomko wrote: On Fri, Feb 06, 2015 at 02:28:15PM +0100, Cédric Bosdonnat wrote: commit a58e1cb4 didn't fix the bug if the security_default_confined is not set to 1. We now clean up even if there is no seclabel defined or the default one. ---

Re: [libvirt] [PATCH] Follow up fix of commit a58e1cb4

2015-02-09 Thread Ján Tomko
On Fri, Feb 06, 2015 at 02:28:15PM +0100, Cédric Bosdonnat wrote: commit a58e1cb4 didn't fix the bug if the security_default_confined is not set to 1. We now clean up even if there is no seclabel defined or the default one. --- src/lxc/lxc_process.c | 8 +++- 1 file changed, 7

[libvirt] [PATCH] Follow up fix of commit a58e1cb4

2015-02-06 Thread Cédric Bosdonnat
commit a58e1cb4 didn't fix the bug if the security_default_confined is not set to 1. We now clean up even if there is no seclabel defined or the default one. --- src/lxc/lxc_process.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lxc/lxc_process.c