From: Martin Mares Date: Tue, 12 Feb 2013 11:42:34 +0000 (+0100) Subject: Makefile: test-setup target X-Git-Tag: v1.3~13 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d89cf65697053b977699ac78b589b64825d65eb3;p=suidgw.git Makefile: test-setup target --- diff --git a/Makefile b/Makefile index 9b11b9e..9d2a584 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,11 @@ all: suidgw suidgw: suidgw.c +test-setup: + chown root.root suidgw + chmod u+s suidgw + chown testuser.nogroup scripts/quork + chmod ug+s scripts/quork + clean: rm -f suidgw *.o