SOURCES (LINUX_2_6): linux-2.6-grsec-minimal.patch - updated to ap...

havner havner at pld-linux.org
Tue Oct 18 12:50:30 CEST 2005


Author: havner                       Date: Tue Oct 18 10:50:30 2005 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- updated to apply on 2.6.14-rc4

---- Files affected:
SOURCES:
   linux-2.6-grsec-minimal.patch (1.1.2.1 -> 1.1.2.2) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-grsec-minimal.patch
diff -u SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.1 SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.2
--- SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.1	Tue Sep  6 15:56:15 2005
+++ SOURCES/linux-2.6-grsec-minimal.patch	Tue Oct 18 12:50:24 2005
@@ -173,18 +173,18 @@
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
 +	PROC_TGID_IPADDR,
 +#endif
- 	PROC_TGID_FD_DIR,
  	PROC_TGID_OOM_SCORE,
  	PROC_TGID_OOM_ADJUST,
+ 	PROC_TID_INO,
 @@ -152,6 +155,9 @@
  	E(PROC_TGID_ROOT,      "root",    S_IFLNK|S_IRWXUGO),
  	E(PROC_TGID_EXE,       "exe",     S_IFLNK|S_IRWXUGO),
  	E(PROC_TGID_MOUNTS,    "mounts",  S_IFREG|S_IRUGO),
 +#ifdef CONFIG_GRKERNSEC_PROC_IPADDR
-+	E(PROC_TGID_IPADDR,     "ipaddr",  S_IFREG|S_IRUSR),
++	E(PROC_TGID_IPADDR,    "ipaddr",  S_IFREG|S_IRUSR),
 +#endif
- #ifdef CONFIG_SECURITY
- 	E(PROC_TGID_ATTR,      "attr",    S_IFDIR|S_IRUGO|S_IXUGO),
+ #ifdef CONFIG_MMU
+ 	E(PROC_TGID_SMAPS,     "smaps",    S_IFDIR|S_IRUGO),
  #endif
 @@ -1149,6 +1155,9 @@
  		inode->i_uid = task->euid;
@@ -614,11 +614,14 @@
 diff -urN linux-2.6.12.6/security/Makefile linux-2.6.12.6-gr-minimal/security/Makefile
 --- linux-2.6.12.6/security/Makefile	2005-08-29 18:55:27.000000000 +0200
 +++ linux-2.6.12.6-gr-minimal/security/Makefile	2005-08-30 16:57:57.950820408 +0200
-@@ -17,3 +17,4 @@
+@@ -17,6 +17,7 @@
  obj-$(CONFIG_SECURITY_CAPABILITIES)	+= commoncap.o capability.o
  obj-$(CONFIG_SECURITY_ROOTPLUG)		+= commoncap.o root_plug.o
  obj-$(CONFIG_SECURITY_SECLVL)		+= seclvl.o
 +obj-$(CONFIG_GRKERNSEC)			+= grsec_sock.o
+ 
+ obj-m					+= realtime.o
+ realtime-objs				:= realcap.o commoncap.o
 diff -urN linux-2.6.12.6/security/grsec_sock.c linux-2.6.12.6-gr-minimal/security/grsec_sock.c
 --- linux-2.6.12.6/security/grsec_sock.c	1970-01-01 01:00:00.000000000 +0100
 +++ linux-2.6.12.6-gr-minimal/security/grsec_sock.c	2005-08-30 16:57:11.727847368 +0200
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-grsec-minimal.patch?r1=1.1.2.1&r2=1.1.2.2&f=u




More information about the pld-cvs-commit mailing list