NetBSD/usr.bin/paxctl/Makefile
elad 04d63f90b5 Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
W^X mappings.

Disabled by default.

First proposed in:

	http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html

More information in:

	http://pax.grsecurity.net/docs/mprotect.txt

Read relevant parts of options(4) and sysctl(3) before using!

Lots of thanks to the PaX author and Matt Thomas.
2006-05-16 00:08:24 +00:00

6 lines
95 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/05/16 00:08:25 elad Exp $
PROG= paxctl
.include <bsd.prog.mk>