summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--3.10.4/0000_README2
-rw-r--r--3.10.4/4420_grsecurity-2.9.1-3.10.4-201307311627.patch (renamed from 3.10.4/4420_grsecurity-2.9.1-3.10.4-201307302312.patch)6
2 files changed, 5 insertions, 3 deletions
diff --git a/3.10.4/0000_README b/3.10.4/0000_README
index 830c760..ec1a9e6 100644
--- a/3.10.4/0000_README
+++ b/3.10.4/0000_README
@@ -2,7 +2,7 @@ README
-----------------------------------------------------------------------------
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-2.9.1-3.10.4-201307302312.patch
+Patch: 4420_grsecurity-2.9.1-3.10.4-201307311627.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307302312.patch b/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307311627.patch
index 9a8b4ad..afbc771 100644
--- a/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307302312.patch
+++ b/3.10.4/4420_grsecurity-2.9.1-3.10.4-201307311627.patch
@@ -58361,10 +58361,10 @@ index 0000000..36845aa
+endif
diff --git a/grsecurity/gracl.c b/grsecurity/gracl.c
new file mode 100644
-index 0000000..edeba3a
+index 0000000..29892a3
--- /dev/null
+++ b/grsecurity/gracl.c
-@@ -0,0 +1,4176 @@
+@@ -0,0 +1,4178 @@
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/sched.h>
@@ -61628,6 +61628,7 @@ index 0000000..edeba3a
+ goto out;
+ }
+
++#ifdef CONFIG_COMPAT
+ pax_open_kernel();
+ if (compat) {
+ copy_gr_arg_wrapper = &copy_gr_arg_wrapper_compat;
@@ -61657,6 +61658,7 @@ index 0000000..edeba3a
+ get_gr_arg_wrapper_size = &get_gr_arg_wrapper_size_normal;
+ }
+ pax_close_kernel();
++#endif
+
+ req_count = get_gr_arg_wrapper_size();
+