SOURCES (LINUX_2_6_16): linux-2.6-grsec-minimal.patch, grsecurity-...

havner havner at pld-linux.org
Fri Jul 7 10:09:59 CEST 2006


Author: havner                       Date: Fri Jul  7 08:09:59 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6_16
---- Log message:
- make thoser patches separate from fbsplash

---- Files affected:
SOURCES:
   linux-2.6-grsec-minimal.patch (1.1.2.7 -> 1.1.2.7.2.1) , grsecurity-2.1.9-2.6.16.14.patch (1.1.2.2.2.1 -> 1.1.2.2.2.2) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-grsec-minimal.patch
diff -u SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.7 SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.7.2.1
--- SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.7	Fri May  5 15:21:39 2006
+++ SOURCES/linux-2.6-grsec-minimal.patch	Fri Jul  7 10:09:54 2006
@@ -1074,16 +1074,16 @@
 diff -urN linux-2.6.16.2/include/linux/sysctl.h linux-2.6.16.2-grsec/include/linux/sysctl.h
 --- linux-2.6.16.2/include/linux/sysctl.h	2006-04-07 18:56:47.000000000 +0200
 +++ linux-2.6.16.2-grsec/include/linux/sysctl.h	2006-04-11 18:09:09.244033250 +0200
-@@ -148,6 +148,9 @@
- 	KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI sleep */
- 	KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
- 	KERN_FBSPLASH=73,	/* string: path to fbsplash helper */
+@@ -81,6 +81,9 @@
+ /* CTL_KERN names: */
+ enum
+ {
 +#ifdef CONFIG_GRKERNSEC
 +	KERN_GRSECURITY=98,	/* grsecurity */
 +#endif
- };
- 
- 
+ 	KERN_OSTYPE=1,		/* string: system version */
+ 	KERN_OSRELEASE=2,	/* string: system release */
+ 	KERN_OSREV=3,		/* int: system revision */
 diff -urN linux-2.6.16.2/ipc/shm.c linux-2.6.16.2-grsec/ipc/shm.c
 --- linux-2.6.16.2/ipc/shm.c	2006-04-07 18:56:47.000000000 +0200
 +++ linux-2.6.16.2-grsec/ipc/shm.c	2006-04-11 17:44:40.121710250 +0200

================================================================
Index: SOURCES/grsecurity-2.1.9-2.6.16.14.patch
diff -u SOURCES/grsecurity-2.1.9-2.6.16.14.patch:1.1.2.2.2.1 SOURCES/grsecurity-2.1.9-2.6.16.14.patch:1.1.2.2.2.2
--- SOURCES/grsecurity-2.1.9-2.6.16.14.patch:1.1.2.2.2.1	Mon Jul  3 19:41:24 2006
+++ SOURCES/grsecurity-2.1.9-2.6.16.14.patch	Fri Jul  7 10:09:54 2006
@@ -20442,17 +20442,8 @@
 diff -urNp linux-2.6.16.12/include/linux/sysctl.h linux-2.6.16.12/include/linux/sysctl.h
 --- linux-2.6.16.12/include/linux/sysctl.h	2006-05-01 15:14:26.000000000 -0400
 +++ linux-2.6.16.12/include/linux/sysctl.h	2006-05-01 20:17:34.000000000 -0400
-@@ -150,8 +150,20 @@ enum
- 	KERN_ACPI_VIDEO_FLAGS=71, /* int: flags for setting up video after ACPI sleep */
- 	KERN_IA64_UNALIGNED=72, /* int: ia64 unaligned userland trap enable */
- 	KERN_FBSPLASH=73,	/* string: path to fbsplash helper */
-+#ifdef CONFIG_GRKERNSEC
-+	KERN_GRSECURITY=98,	/* grsecurity */
-+#endif
-+#ifdef CONFIG_PAX_SOFTMODE
-+	KERN_PAX=99,		/* PaX control */
-+#endif
-+
+@@ -78,9 +78,21 @@
+ 	INOTIFY_MAX_QUEUED_EVENTS=3	/* max queued events per instance */
  };
  
 +#ifdef CONFIG_PAX_SOFTMODE
@@ -20460,9 +20451,19 @@
 +	PAX_SOFTMODE=1		/* PaX: disable/enable soft mode */
 +};
 +#endif
- 
- /* CTL_VM names: */
++
+ /* CTL_KERN names: */
  enum
+ {
++#ifdef CONFIG_GRKERNSEC
++	KERN_GRSECURITY=98,	/* grsecurity */
++#endif
++#ifdef CONFIG_PAX_SOFTMODE
++	KERN_PAX=99,		/* PaX control */
++#endif
+ 	KERN_OSTYPE=1,		/* string: system version */
+ 	KERN_OSRELEASE=2,	/* string: system release */
+ 	KERN_OSREV=3,		/* int: system revision */
 diff -urNp linux-2.6.16.12/init/Kconfig linux-2.6.16.12/init/Kconfig
 --- linux-2.6.16.12/init/Kconfig	2006-05-01 15:14:26.000000000 -0400
 +++ linux-2.6.16.12/init/Kconfig	2006-05-01 20:17:34.000000000 -0400
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-grsec-minimal.patch?r1=1.1.2.7&r2=1.1.2.7.2.1&f=u
    http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.9-2.6.16.14.patch?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&f=u



More information about the pld-cvs-commit mailing list