Print this page
7029 want per-process exploit mitigation features (secflags)
7030 want basic address space layout randomization (aslr)
7031 noexec_user_stack should be a secflag
7032 want a means to forbid mappings around NULL.

@@ -52,11 +52,12 @@
 NEW_SUBDIRS =   \
         pargs   \
         plgrp   \
         pmadvise \
         ppriv   \
-        preap
+        preap   \
+        psecflags
 
 SUBDIRS = $(LEGACY_SUBDIRS) $(NEW_SUBDIRS)
 
 all     :=      TARGET = all
 install :=      TARGET = install

@@ -71,11 +72,11 @@
 pmadvise/pmadvise.po := CPPFLAGS +=     -I$(PMAP)
 
 #
 # Commands with messages support
 #
-POFILES = plgrp/plgrp.po pmadvise/pmadvise.po
+POFILES = plgrp/plgrp.po pmadvise/pmadvise.po psecflags/psecflags.po
 POFILE = ptools.po
 
 .KEEP_STATE:
 
 .PARALLEL: $(SUBDIRS)