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/cmd/truss/print.h | |
| 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/cmd/truss/print.h')
| -rw-r--r-- | usr/src/cmd/truss/print.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/truss/print.h b/usr/src/cmd/truss/print.h index 8725d2ca85..501602819c 100644 --- a/usr/src/cmd/truss/print.h +++ b/usr/src/cmd/truss/print.h @@ -141,7 +141,9 @@ extern "C" { #define ACF 99 /* accept4 flags */ #define PFD 100 /* pipe fds[2] */ #define GRF 101 /* getrandom flags */ -#define HID 102 /* hidden argument, don't print */ +#define PSDLT 102 /* secflagsdelta_t */ +#define PSFW 103 /* psecflagswhich_t */ +#define HID 104 /* hidden argument, don't print */ /* make sure HID is always the last member */ /* |
