On Mon, Sep 15, 2014 at 02:55:54PM -0500, Tyler Hicks wrote: > Signed-off-by: Tyler Hicks <[email protected]> Acked-by: Steve Beattie <[email protected]>
> ---
> tests/regression/apparmor/unix_socket.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/regression/apparmor/unix_socket.c
> b/tests/regression/apparmor/unix_socket.c
> index b6dc0dd..3d86225 100644
> --- a/tests/regression/apparmor/unix_socket.c
> +++ b/tests/regression/apparmor/unix_socket.c
> @@ -159,7 +159,8 @@ int main (int argc, char *argv[])
> exit(1);
> } else if (!pid) {
> execl(argv[4], argv[4], sun_path, argv[2], NULL);
> - exit(0);
> + perror("FAIL - execl");
> + exit(1);
> }
>
> pfd.fd = sock;
--
Steve Beattie
<[email protected]>
http://NxNW.org/~steve/
signature.asc
Description: Digital signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
