summaryrefslogtreecommitdiff
blob: 1dd1ffbd70da4e02daebf028b551e608482365e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Anthony G. Basile <basile@opensource.dyc.edu>

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