Re: [apparmor] [PATCH] parser: Clean up pivot_root target parsing

2016-02-26 Thread John Johansen
On 02/26/2016 04:07 PM, Tyler Hicks wrote: > Instead of reusing opt_named_transition and be forced to reconstruct the > target path when is looks like ":odd:target", create simpler grammer > rules that have nothing to do with named transitions and namespaces. > > Signed-off-by: Tyler Hicks

[apparmor] [PATCH] parser: Clean up pivot_root target parsing

2016-02-26 Thread Tyler Hicks
Instead of reusing opt_named_transition and be forced to reconstruct the target path when is looks like ":odd:target", create simpler grammer rules that have nothing to do with named transitions and namespaces. Signed-off-by: Tyler Hicks --- parser/parser_yacc.y | 22