From 340c969dabb6d666d5d052ace26c9b656b7a9126 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 29 Jul 2012 15:55:41 +0100 Subject: SANDBOX: Enough sandboxing to get us further. Testing the wrapper is hard --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38043f6..6378a81 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: test -LMODULES := supple supple.request supple.objects +LMODULES := supple supple.request supple.objects supple.sandbox CMODULES := supple.capi MODULES := $(LMODULES) $(CMODULES) LUA_VER := 5.1 @@ -43,6 +43,9 @@ wrapper: src/wrapper.c testwrapper: src/wrapper.c $(CC) $(LFLAGS) $(CFLAGS) -DTESTING_SUPPLE -o $@ $< -llua$(LUA_VER) + -chown root:root $@ + -chmod u+s $@ + ls -l $@ install: build mkdir -p $(LINST_ROOT)/supple -- cgit v1.2.1