Print this page
uts: Allow for address space randomisation.
Randomise the base addresses of shared objects, non-fixed mappings, the
stack and the heap.  Introduce a service, svc:/system/process-security,
and a tool psecflags(1) to control and observe it

@@ -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)