Re: [apparmor] [patch 2/3] two fixes to the parsers simple test driver

2012-11-05 Thread John Johansen
On 10/26/2012 10:59 AM, Steve Beattie wrote: > This patch fixes two issue with the simple test driver. The first is > that child exec that actually ran the parser was located inside the > eval statement. This meant that if the exec failed for some reason > (like the parser didn't exist), the child

[apparmor] [patch 2/3] two fixes to the parsers simple test driver

2012-10-26 Thread Steve Beattie
This patch fixes two issue with the simple test driver. The first is that child exec that actually ran the parser was located inside the eval statement. This meant that if the exec failed for some reason (like the parser didn't exist), the child wouldn't actually die, but would pop out of the eval