Re: [apparmor] [patch 21/26] change syntax of ptrace target

2014-04-23 Thread Steve Beattie
On Tue, Apr 22, 2014 at 05:06:39PM -0700, Seth Arnold wrote: > On Tue, Apr 15, 2014 at 10:22:28AM -0700, john.johan...@canonical.com wrote: > > change from > > ptrace /foo, > > > > to > > ptrace peer=/foo, > > > > Signed-off-by: John Johansen > > > > What happens in the event of a rule lik

Re: [apparmor] [patch 21/26] change syntax of ptrace target

2014-04-22 Thread Seth Arnold
On Tue, Apr 15, 2014 at 10:22:28AM -0700, john.johan...@canonical.com wrote: > change from > ptrace /foo, > > to > ptrace peer=/foo, > > Signed-off-by: John Johansen > What happens in the event of a rule like this? ptrace peer=foo peer=bar peer=baz, It looks like each of foo, bar, and ba

Re: [apparmor] [patch 21/26] change syntax of ptrace target

2014-04-21 Thread Steve Beattie
On Tue, Apr 15, 2014 at 10:22:28AM -0700, john.johan...@canonical.com wrote: > change from > ptrace /foo, > > to > ptrace peer=/foo, > > Signed-off-by: John Johansen Signed-off-by: Steve Beattie > --- > parser/parser_yacc.y |7 +-- > parser/ptrace.c | 13 - > pa

[apparmor] [patch 21/26] change syntax of ptrace target

2014-04-15 Thread john . johansen
change from ptrace /foo, to ptrace peer=/foo, Signed-off-by: John Johansen --- parser/parser_yacc.y |7 +-- parser/ptrace.c | 13 - parser/ptrace.h |2 +- 3 files changed, 10 insertions(+), 12 deletions(-) --- 2.9-test.orig/parser/parser_yacc.y +++ 2.9