Re: [apparmor] [PATCH 2/2] parser: Properly parse named transition targets

2016-02-26 Thread John Johansen
On 02/26/2016 04:22 PM, Tyler Hicks wrote: > On 2016-02-17 22:47:41, John Johansen wrote: >> On 02/11/2016 01:57 PM, Tyler Hicks wrote: >>> https://launchpad.net/bugs/1540666 >>> >>> Reuse the new parse_label() function to initialize named_transition >>> structs so that transition targets, when use

Re: [apparmor] [PATCH 2/2] parser: Properly parse named transition targets

2016-02-26 Thread Tyler Hicks
On 2016-02-17 22:47:41, John Johansen wrote: > On 02/11/2016 01:57 PM, Tyler Hicks wrote: > > https://launchpad.net/bugs/1540666 > > > > Reuse the new parse_label() function to initialize named_transition > > structs so that transition targets, when used with change_profile, are > > properly seper

Re: [apparmor] [PATCH 2/2] parser: Properly parse named transition targets

2016-02-17 Thread John Johansen
On 02/11/2016 01:57 PM, Tyler Hicks wrote: > https://launchpad.net/bugs/1540666 > > Reuse the new parse_label() function to initialize named_transition > structs so that transition targets, when used with change_profile, are > properly seperated into a profile namespace and profile name. > > Sign

[apparmor] [PATCH 2/2] parser: Properly parse named transition targets

2016-02-11 Thread Tyler Hicks
https://launchpad.net/bugs/1540666 Reuse the new parse_label() function to initialize named_transition structs so that transition targets, when used with change_profile, are properly seperated into a profile namespace and profile name. Signed-off-by: Tyler Hicks --- parser/parser.h