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

2017-09-06 Thread John Johansen
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/apparmor/prologue.inc | 24 2 files changed, 62 inserti

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

2017-09-06 Thread Seth Arnold
On Wed, Sep 06, 2017 at 01:09:05PM -0700, John Johansen wrote: > Update the tests to test whether the kernel and parser support domain > transitions on pivot_root. > > Signed-off-by: John Johansen Acked-by: Seth Arnold Thanks > --- > tests/regression/apparmor/pivot_root.sh | 68 > ++

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

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] 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 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/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 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 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 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