diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-05 23:10:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-12-05 23:10:38 +0100 |
commit | 929498d11f5ac93f9c20354661bc7465c4989e9b (patch) | |
tree | 3cc50fe0908f3980cd096d1e1106199bfa81d4ee | |
parent | 7e54cc49a4eb0d49363b233cebfd7278d45f2822 (diff) |
TODO: SMEP/SMAP
-rw-r--r-- | contributing.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 30426a9f..9fdb644c 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -102,7 +102,7 @@ with". Make sure to check out the most up-to-date version on * Extend `device_read`/`device_write` into supporting > 2TiB disk sizes. * Make `host_get_time` much more precise by using the TSC. * Make the Hurd [[hurd/console]]'s configuration use [[xkb layout/variant instead of keymap|hurd/console/discussion]]. -* Add NX protection support to GNU Mach. +* Add NX / SMEP / SMAP protection support to GNU Mach. * Add use of PCID in GNU Mach. * Write a partfs translator, to which one gives a disk image, and which exposes the partitions of the disk image, using parted, and |