[apparmor] [patch 2/2] parser: add implicit set variable @{profile_name} to profile symbol table

2014-03-28 Thread Steve Beattie
parser: add implicit set variable @{profile_name} to profile symbol table This patch adds the creation of an implicit set variable @{profile_name} for use within policy. It expands to: - a given profile name if specified; e.g. for 'profile flappy_bird /some/pattern/match* { [...] }' @

Re: [apparmor] [patch 2/2] parser: add implicit set variable @{profile_name} to profile symbol table

2014-03-28 Thread Steve Beattie
On Fri, Mar 28, 2014 at 11:15:51AM -0700, Steve Beattie wrote: > parser: add implicit set variable @{profile_name} to profile symbol table > > This patch adds the creation of an implicit set variable > @{profile_name} for use within policy. It expands to: > > - a given profile name if specified

Re: [apparmor] [patch 2/2] parser: add implicit set variable @{profile_name} to profile symbol table

2014-04-23 Thread Seth Arnold
On Fri, Mar 28, 2014 at 11:15:51AM -0700, Steve Beattie wrote: > parser: add implicit set variable @{profile_name} to profile symbol table > > This patch adds the creation of an implicit set variable > @{profile_name} for use within policy. It expands to: > > - a given profile name if specified