summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2010-12-13 21:18:17 -0500
committerAnthony G. Basile <basile@opensource.dyc.edu>2010-12-13 21:18:17 -0500
commitabee459999fdfe2f1d93d995c24ee0cb11bf9a33 (patch)
treec7b136113be18c7173e05303a6f3afc89dd2f479
parentUpdate Grsec/PaX (diff)
downloadhardened-patchset-abee459999fdfe2f1d93d995c24ee0cb11bf9a33.tar.gz
hardened-patchset-abee459999fdfe2f1d93d995c24ee0cb11bf9a33.tar.bz2
hardened-patchset-abee459999fdfe2f1d93d995c24ee0cb11bf9a33.zip
Upstream fix to GR_SOCK_NOINET_MSG typo
-rw-r--r--2.6.32/0000_README2
-rw-r--r--2.6.32/4420_grsecurity-2.2.1-2.6.32.27-201012130740.patch (renamed from 2.6.32/4420_grsecurity-2.2.1-2.6.32.27-201012121726.patch)2
2 files changed, 2 insertions, 2 deletions
diff --git a/2.6.32/0000_README b/2.6.32/0000_README
index 1457c2b..f6aab63 100644
--- a/2.6.32/0000_README
+++ b/2.6.32/0000_README
@@ -3,7 +3,7 @@ README
Individual Patch Descriptions:
-----------------------------------------------------------------------------
-Patch: 4420_grsecurity-2.2.1-2.6.32.27-201012121726.patch
+Patch: 4420_grsecurity-2.2.1-2.6.32.27-201012130740.patch
From: http://www.grsecurity.net
Desc: hardened-sources base patch from upstream grsecurity
diff --git a/2.6.32/4420_grsecurity-2.2.1-2.6.32.27-201012121726.patch b/2.6.32/4420_grsecurity-2.2.1-2.6.32.27-201012130740.patch
index 82522a7..a68d035 100644
--- a/2.6.32/4420_grsecurity-2.2.1-2.6.32.27-201012121726.patch
+++ b/2.6.32/4420_grsecurity-2.2.1-2.6.32.27-201012130740.patch
@@ -44350,7 +44350,7 @@ diff -urNp linux-2.6.32.27/grsecurity/grsec_sock.c linux-2.6.32.27/grsecurity/gr
+ if (family == AF_INET)
+ gr_log_str3(GR_DONT_AUDIT, GR_SOCK_MSG, gr_sockfamily_to_name(family), gr_socktype_to_name(type), gr_proto_to_name(protocol));
+ else
-+ gr_log_str2_int(GR_DONT_AUDIT, GR_SOCK_NONINET_MSG, gr_sockfamily_to_name(family), gr_socktype_to_name(type), protocol);
++ gr_log_str2_int(GR_DONT_AUDIT, GR_SOCK_NOINET_MSG, gr_sockfamily_to_name(family), gr_socktype_to_name(type), protocol);
+ return -EACCES;
+ }
+#endif