From d89cf65697053b977699ac78b589b64825d65eb3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 12 Feb 2013 12:42:34 +0100 Subject: [PATCH] Makefile: test-setup target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2