diff options
author | Richard Lowe <richlowe@richlowe.net> | 2014-04-16 02:39:14 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2016-10-15 12:02:16 -0400 |
commit | d2a70789f056fc6c9ce3ab047b52126d80b0e3da (patch) | |
tree | bcf5eedbc5aeec80cac59ea37052e3b87108c253 /usr/src/uts/req.flg | |
parent | 8ab1c3f559468e655c4eb8acce993320403dd72b (diff) | |
download | illumos-joyent-d2a70789f056fc6c9ce3ab047b52126d80b0e3da.tar.gz |
7029 want per-process exploit mitigation features (secflags)
7030 want basic address space layout randomization (ASLR)
7031 noexec_user_stack should be a security-flag
7032 want a means to forbid mappings around NULL
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Patrick Mooney <pmooney@joyent.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/req.flg')
-rw-r--r-- | usr/src/uts/req.flg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/req.flg b/usr/src/uts/req.flg index 2f8af91710..46824053d2 100644 --- a/usr/src/uts/req.flg +++ b/usr/src/uts/req.flg @@ -23,7 +23,6 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" # # Please KEEP THIS (reasonably) ALPHABETIZED BY FILENAME @@ -53,6 +52,7 @@ find_files "s.*" usr/src/common/mdesc find_files "s.*" usr/src/common/net/wanboot/crypt find_files "s.*" usr/src/common/nvpair find_files "s.*" usr/src/common/pci +find_files "s.*" usr/src/common/secflags find_files "s.*" usr/src/common/smbios find_files "s.*" usr/src/common/tsol find_files "s.*" usr/src/common/util |