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,62 ****
NEW_SUBDIRS = \
pargs \
plgrp \
pmadvise \
ppriv \
! preap
SUBDIRS = $(LEGACY_SUBDIRS) $(NEW_SUBDIRS)
all := TARGET = all
install := TARGET = install
--- 52,63 ----
NEW_SUBDIRS = \
pargs \
plgrp \
pmadvise \
ppriv \
! preap \
! psecflags
SUBDIRS = $(LEGACY_SUBDIRS) $(NEW_SUBDIRS)
all := TARGET = all
install := TARGET = install
*** 71,81 ****
pmadvise/pmadvise.po := CPPFLAGS += -I$(PMAP)
#
# Commands with messages support
#
! POFILES = plgrp/plgrp.po pmadvise/pmadvise.po
POFILE = ptools.po
.KEEP_STATE:
.PARALLEL: $(SUBDIRS)
--- 72,82 ----
pmadvise/pmadvise.po := CPPFLAGS += -I$(PMAP)
#
# Commands with messages support
#
! POFILES = plgrp/plgrp.po pmadvise/pmadvise.po psecflags/psecflags.po
POFILE = ptools.po
.KEEP_STATE:
.PARALLEL: $(SUBDIRS)