summaryrefslogtreecommitdiff
blob: 4afb3e23cf9f50ebba4aebb6ddb22f595dce0c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Anthony G. Basile <blueness@gentoo.org>

We don't want GRSEC's Makefile to change permissions on paths in
the filesystem.

diff -Naur a/grsecurity/Makefile b/grsecurity/Makefile
--- a/grsecurity/Makefile	2011-10-19 20:42:50.000000000 -0400
+++ b/grsecurity/Makefile	2011-10-19 20:45:08.000000000 -0400
@@ -27,10 +27,4 @@
 ifdef CONFIG_GRKERNSEC_HIDESYM
 extra-y := grsec_hidesym.o
 $(obj)/grsec_hidesym.o:
-	@-chmod -f 500 /boot
-	@-chmod -f 500 /lib/modules
-	@-chmod -f 500 /lib64/modules
-	@-chmod -f 500 /lib32/modules
-	@-chmod -f 700 .
-	@echo '  grsec: protected kernel image paths'
 endif