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.

*** 22,33 **** /* * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ - #pragma ident "%Z%%M% %I% %E% SMI" - /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ #include <stdio.h> --- 22,31 ----
*** 70,81 **** } /* * Structure defining idtypes known to the priocntl command ! * along with the corresponding names and a liberal guess ! * of the max number of procs sharing any given ID of that type. * The idtype values themselves are defined in <sys/procset.h>. */ static struct idtypes { idtype_t idtype; char *idtypnm; --- 68,78 ---- } /* * Structure defining idtypes known to the priocntl command ! * along with the corresponding names * The idtype values themselves are defined in <sys/procset.h>. */ static struct idtypes { idtype_t idtype; char *idtypnm;