Module Name:    src
Committed By:   christos
Date:           Sat Aug 27 14:21:07 UTC 2016

Modified Files:
        src/tests/rump/modautoload: Makefile

Log Message:
needs mprotect disable since it loads kernel code and relocates it.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/rump/modautoload/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/rump/modautoload/Makefile
diff -u src/tests/rump/modautoload/Makefile:1.4 src/tests/rump/modautoload/Makefile:1.5
--- src/tests/rump/modautoload/Makefile:1.4	Sat Aug 20 13:06:18 2016
+++ src/tests/rump/modautoload/Makefile	Sat Aug 27 10:21:07 2016
@@ -1,9 +1,11 @@
-#	$NetBSD: Makefile,v 1.4 2016/08/20 17:06:18 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2016/08/27 14:21:07 christos Exp $
 #
 
 TESTSDIR=	${TESTSBASE}/rump/modautoload
-
+.include <bsd.init.mk>
+NOPIE=yes
 TESTS_C=	t_modautoload
+PAXCTL_FLAGS=	+m
 
 SRCS.t_modautoload+=	t_modautoload.c
 

Reply via email to