Re: [lxc-devel] [PATCH 3/3] support setting lsm label at exec or immediately

2013-10-16 Thread Dwight Engen
On Wed, 16 Oct 2013 14:43:00 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > On Wed, 16 Oct 2013 13:17:08 -0500 > > Serge Hallyn wrote: > > > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > > - Add attach test cases > > > > > > > > - Moved setting of L

Re: [lxc-devel] [PATCH 3/3] support setting lsm label at exec or immediately

2013-10-16 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Wed, 16 Oct 2013 13:17:08 -0500 > Serge Hallyn wrote: > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > - Add attach test cases > > > > > > - Moved setting of LSM label later to avoid failure of IPC between > > > parent and child dur

Re: [lxc-devel] [PATCH 3/3] support setting lsm label at exec or immediately

2013-10-16 Thread Dwight Engen
On Wed, 16 Oct 2013 13:17:08 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > - Add attach test cases > > > > - Moved setting of LSM label later to avoid failure of IPC between > > parent and child during attach > > ... > > > diff --git a/src/tests/attach.c b/src

Re: [lxc-devel] [PATCH 3/3] support setting lsm label at exec or immediately

2013-10-16 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > - Add attach test cases > > - Moved setting of LSM label later to avoid failure of IPC between parent > and child during attach ... > diff --git a/src/tests/attach.c b/src/tests/attach.c > new file mode 100644 > index 000..76a1f1f > --- /de

[lxc-devel] [PATCH 3/3] support setting lsm label at exec or immediately

2013-10-15 Thread Dwight Engen
- Add attach test cases - Moved setting of LSM label later to avoid failure of IPC between parent and child during attach Signed-off-by: Dwight Engen --- .gitignore | 1 + src/lxc/attach.c | 20 ++- src/lxc/attach_options.h | 5 +- src/lxc/lsm/appa