Re: [apparmor] [PATCH v2 21/42] parser: Add functions for features support tests

2015-03-20 Thread John Johansen
On 03/12/2015 03:12 PM, Tyler Hicks wrote: > On 2015-03-12 04:17:56, John Johansen wrote: >> On 03/06/2015 01:48 PM, Tyler Hicks wrote: >>> Defines a function that can be called to test features support. It is >>> string based which allows the support tests to work with new kernel >>> features with

Re: [apparmor] [PATCH v2 21/42] parser: Add functions for features support tests

2015-03-12 Thread Tyler Hicks
On 2015-03-12 04:17:56, John Johansen wrote: > On 03/06/2015 01:48 PM, Tyler Hicks wrote: > > Defines a function that can be called to test features support. It is > > string based which allows the support tests to work with new kernel > > features without any changes. > > > > The use of global va

Re: [apparmor] [PATCH v2 21/42] parser: Add functions for features support tests

2015-03-12 Thread John Johansen
On 03/06/2015 01:48 PM, Tyler Hicks wrote: > Defines a function that can be called to test features support. It is > string based which allows the support tests to work with new kernel > features without any changes. > > The use of global variables in the parser to store and check features > suppo

[apparmor] [PATCH v2 21/42] parser: Add functions for features support tests

2015-03-06 Thread Tyler Hicks
Defines a function that can be called to test features support. It is string based which allows the support tests to work with new kernel features without any changes. The use of global variables in the parser to store and check features support is still preserved. The parser should probably move