Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread Tyler Hicks
On 09/07/2017 06:44 PM, John Johansen wrote: > Document the use of the features_X and requires() functions > > Signed-off-by: John Johansen Thanks! I have a few typo fixes mentioned below but feel free to fix them, add my ack, and commit. Acked-by: Tyler Hicks > > > === modified file 'tests

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread John Johansen
Document the use of the features_X and requires() functions Signed-off-by: John Johansen === modified file 'tests/regression/apparmor/prologue.inc' --- tests/regression/apparmor/prologue.inc 2017-09-07 09:28:06 + +++ tests/regression/apparmor/prologue.inc 2017-09-07 23:42:21 +

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread John Johansen
On 09/07/2017 04:21 PM, Tyler Hicks wrote: > On 09/07/2017 05:50 PM, John Johansen wrote: >> On 09/07/2017 01:27 PM, Tyler Hicks wrote: >>> On 09/06/2017 03:09 PM, John Johansen wrote: Update the tests to test whether the kernel and parser support domain transitions on pivot_root. >>

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread Tyler Hicks
On 09/07/2017 05:50 PM, John Johansen wrote: > On 09/07/2017 01:27 PM, Tyler Hicks wrote: >> On 09/06/2017 03:09 PM, John Johansen wrote: >>> Update the tests to test whether the kernel and parser support domain >>> transitions on pivot_root. >>> >>> Signed-off-by: John Johansen >>> --- >>> tests

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread John Johansen
On 09/07/2017 01:27 PM, Tyler Hicks wrote: > On 09/06/2017 03:09 PM, John Johansen wrote: >> Update the tests to test whether the kernel and parser support domain >> transitions on pivot_root. >> >> Signed-off-by: John Johansen >> --- >> tests/regression/apparmor/pivot_root.sh | 68 >> ++

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread Tyler Hicks
On 09/06/2017 03:09 PM, John Johansen wrote: > Update the tests to test whether the kernel and parser support domain > transitions on pivot_root. > > Signed-off-by: John Johansen > --- > tests/regression/apparmor/pivot_root.sh | 68 > ++--- > tests/regression/apparmo

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread John Johansen
On 09/07/2017 06:37 AM, Christian Boltz wrote: > Hello, > > I know this is already in bzr, but I have some minor nitpicking > nevertheless ;-) > > Am Mittwoch, 6. September 2017, 22:09:05 CEST schrieb John Johansen: >> Update the tests to test whether the kernel and parser support domain >> tran

Re: [apparmor] [PATCH] apparmor: Remove is_deleted()

2017-09-07 Thread Seth Arnold
On Thu, Sep 07, 2017 at 02:33:58PM -0500, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > is_deleted() function is no longer in use and can be safely removed. > > Signed-off-by: Goldwyn Rodrigues Acked-by: Seth Arnold Thanks > --- > diff --git a/security/apparmor/file.c b/security/a

[apparmor] [PATCH] apparmor: Remove is_deleted()

2017-09-07 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues is_deleted() function is no longer in use and can be safely removed. Signed-off-by: Goldwyn Rodrigues --- diff --git a/security/apparmor/file.c b/security/apparmor/file.c index 3382518b87fa..242cd5c09761 100644 --- a/security/apparmor/file.c +++ b/security/apparmor/file

Re: [apparmor] [PATCH] regression test: conditionaly run pivot_root domain, transitions

2017-09-07 Thread Christian Boltz
Hello, I know this is already in bzr, but I have some minor nitpicking nevertheless ;-) Am Mittwoch, 6. September 2017, 22:09:05 CEST schrieb John Johansen: > Update the tests to test whether the kernel and parser support domain > transitions on pivot_root. > --- a/tests/regression/apparmor/piv