aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2011-12-23 20:38:41 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2011-12-23 20:38:41 +0100
commit9a0d9a267741ad3547c9fc9f96164e8f8629c702 (patch)
tree0078be31cc8b84966d8243de0306ceb9c600b0ef
parentRemove obsoleted images (diff)
downloadhardened-docs-9a0d9a267741ad3547c9fc9f96164e8f8629c702.tar.gz
hardened-docs-9a0d9a267741ad3547c9fc9f96164e8f8629c702.tar.bz2
hardened-docs-9a0d9a267741ad3547c9fc9f96164e8f8629c702.zip
It is SEGMEXEC that is not available for non-x86_32 architectures
-rw-r--r--xml/grsecurity.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/grsecurity.xml b/xml/grsecurity.xml
index 0833805..aee3d37 100644
--- a/xml/grsecurity.xml
+++ b/xml/grsecurity.xml
@@ -17,8 +17,8 @@ configuration options and tools provided by the grsecurity project to lift your
system's security to higher standards.
</abstract>
-<version>1.3</version>
-<date>2010-05-10</date>
+<version>2</version>
+<date>2011-12-23</date>
<chapter>
<title>About Grsecurity</title>
@@ -210,7 +210,7 @@ CONFIG_GRKERNSEC_HIDESYM=y
<p>
If you are running a non-x86 system you will observe that there is no
-CONFIG_GRKERNSEC_PAX_NOEXEC. You should select CONFIG_GRKERNSEC_PAX_PAGEEXEC
+CONFIG_GRKERNSEC_PAX_SEGMEXEC. You should select CONFIG_GRKERNSEC_PAX_PAGEEXEC
instead as it is the only non-exec implementation around.
</p>