Re: [apparmor] [PATCH 2/2] tests: Fix onexec.sh races by using the transition test program

2016-06-24 Thread Seth Arnold
On Fri, Jun 24, 2016 at 05:15:54PM -0500, Tyler Hicks wrote: > The onexec.sh test has periodically exhibited unexplicable failures that > are possibly due to race conditions when onexec.sh is verifying the > /proc/PID/attr/{current,exec} values of the process under test. This > patch attempts to so

[apparmor] [PATCH 2/2] tests: Fix onexec.sh races by using the transition test program

2016-06-24 Thread Tyler Hicks
The onexec.sh test has periodically exhibited unexplicable failures that are possibly due to race conditions when onexec.sh is verifying the /proc/PID/attr/{current,exec} values of the process under test. This patch attempts to solve the flaky test failures by removing the need for IPC to coordinat