Re: [apparmor] [PATCH 6/6] libapparmor: Add unit tests for aa_splitcon()

2015-05-13 Thread John Johansen
On 05/13/2015 10:49 PM, Tyler Hicks wrote: > On 2015-05-12 20:31:32, Seth Arnold wrote: >> On Mon, Apr 13, 2015 at 04:56:32PM -0500, Tyler Hicks wrote: >>> Test confinement context splitting, using aa_splitcon(3), with and >>> without a valid mode pointer. >>> >>> Signed-off-by: Tyler Hicks >> >>

Re: [apparmor] [PATCH 6/6] libapparmor: Add unit tests for aa_splitcon()

2015-05-13 Thread Tyler Hicks
On 2015-05-12 20:31:32, Seth Arnold wrote: > On Mon, Apr 13, 2015 at 04:56:32PM -0500, Tyler Hicks wrote: > > Test confinement context splitting, using aa_splitcon(3), with and > > without a valid mode pointer. > > > > Signed-off-by: Tyler Hicks > > Acked-by: Seth Arnold > I've got a question

Re: [apparmor] [PATCH 6/6] libapparmor: Add unit tests for aa_splitcon()

2015-05-12 Thread Seth Arnold
On Mon, Apr 13, 2015 at 04:56:32PM -0500, Tyler Hicks wrote: > Test confinement context splitting, using aa_splitcon(3), with and > without a valid mode pointer. > > Signed-off-by: Tyler Hicks Acked-by: Seth Arnold + TEST_SPLITCON("/a/b/c (complain)\n", NULL, NULL, > + "pa

[apparmor] [PATCH 6/6] libapparmor: Add unit tests for aa_splitcon()

2015-04-13 Thread Tyler Hicks
Test confinement context splitting, using aa_splitcon(3), with and without a valid mode pointer. Signed-off-by: Tyler Hicks --- libraries/libapparmor/src/Makefile.am | 6 +- libraries/libapparmor/src/tst_kernel.c | 133 + 2 files changed, 138 insertions(+), 1 d