From 739c95151ded3bb81a3eabdee283ec649d53b59f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 25 Oct 2011 15:52:52 -0400 Subject: Deprecate 2.6.39 --- 2.6.39/4426_grsec-remove-protected-paths.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 2.6.39/4426_grsec-remove-protected-paths.patch (limited to '2.6.39/4426_grsec-remove-protected-paths.patch') diff --git a/2.6.39/4426_grsec-remove-protected-paths.patch b/2.6.39/4426_grsec-remove-protected-paths.patch deleted file mode 100644 index 1dd1ffb..0000000 --- a/2.6.39/4426_grsec-remove-protected-paths.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Anthony G. Basile - -We don't want to allow GRSEC's Makefile to change permissions on -paths in the filesystem. - ---- a/grsecurity/Makefile 2010-05-21 06:52:24.000000000 -0400 -+++ b/grsecurity/Makefile 2010-05-21 06:54:54.000000000 -0400 -@@ -26,8 +26,8 @@ - ifdef CONFIG_GRKERNSEC_HIDESYM - extra-y := grsec_hidesym.o - $(obj)/grsec_hidesym.o: -- @-chmod -f 500 /boot -- @-chmod -f 500 /lib/modules -- @-chmod -f 700 . -- @echo ' grsec: protected kernel image paths' -+ # @-chmod -f 500 /boot -+ # @-chmod -f 500 /lib/modules -+ # @-chmod -f 700 . -+ # @echo ' grsec: protected kernel image paths' - endif -- cgit v1.2.3-65-gdbad