SOURCES (LINUX_2_6): grsecurity-2.1.9-2.6.17.7.patch - missing inc...
zbyniu
zbyniu at pld-linux.org
Thu Aug 10 12:11:05 CEST 2006
Author: zbyniu Date: Thu Aug 10 10:11:05 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- missing include, no localversion
---- Files affected:
SOURCES:
grsecurity-2.1.9-2.6.17.7.patch (1.1.2.4 -> 1.1.2.5)
---- Diffs:
================================================================
Index: SOURCES/grsecurity-2.1.9-2.6.17.7.patch
diff -u SOURCES/grsecurity-2.1.9-2.6.17.7.patch:1.1.2.4 SOURCES/grsecurity-2.1.9-2.6.17.7.patch:1.1.2.5
--- SOURCES/grsecurity-2.1.9-2.6.17.7.patch:1.1.2.4 Tue Aug 8 11:53:48 2006
+++ SOURCES/grsecurity-2.1.9-2.6.17.7.patch Thu Aug 10 12:11:00 2006
@@ -16045,7 +16045,7 @@
diff -urNp linux-2.6.17.7/grsecurity/gracl_shm.c linux-2.6.17.7/grsecurity/gracl_shm.c
--- linux-2.6.17.7/grsecurity/gracl_shm.c 1969-12-31 19:00:00.000000000 -0500
+++ linux-2.6.17.7/grsecurity/gracl_shm.c 2006-08-01 20:29:47.000000000 -0400
-@@ -0,0 +1,33 @@
+@@ -0,0 +1,34 @@
+#include <linux/kernel.h>
+#include <linux/mm.h>
+#include <linux/sched.h>
@@ -16054,6 +16054,7 @@
+#include <linux/gracl.h>
+#include <linux/grsecurity.h>
+#include <linux/grinternal.h>
++#include <linux/vs_pid.h>
+
+int
+gr_handle_shmat(const pid_t shm_cprid, const pid_t shm_lapid,
@@ -23433,11 +23434,6 @@
return do_sys_settimeofday(tv ? &new_ts : NULL, tz ? &new_tz : NULL);
}
-diff -urNp linux-2.6.17.7/localversion-grsec linux-2.6.17.7/localversion-grsec
---- linux-2.6.17.7/localversion-grsec 1969-12-31 19:00:00.000000000 -0500
-+++ linux-2.6.17.7/localversion-grsec 2006-08-01 20:29:48.000000000 -0400
-@@ -0,0 +1 @@
-+-grsec
diff -urNp linux-2.6.17.7/mm/filemap.c linux-2.6.17.7/mm/filemap.c
--- linux-2.6.17.7/mm/filemap.c 2006-07-24 23:36:01.000000000 -0400
+++ linux-2.6.17.7/mm/filemap.c 2006-08-01 20:29:48.000000000 -0400
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.9-2.6.17.7.patch?r1=1.1.2.4&r2=1.1.2.5&f=u
More information about the pld-cvs-commit
mailing list