Update of /cvsroot/devil-linux/build/scripts/configuration/profiles
In directory vz-cvs-3.sog:/tmp/cvs-serv12153/scripts/configuration/profiles
Modified Files:
server
Log Message:
the "server" doesn't use the hardened gcc anymore, in order to provide
greater compatibility.
Please use the normal (secured) version of DL in areas where hightened
security is required!
Index: server
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- server 21 Nov 2011 21:17:22 -0000 1.37
+++ server 6 Dec 2011 07:25:51 -0000 1.38
@@ -57,7 +57,7 @@
CONFIG_FROX=n
CONFIG_FWLOGWATCH=y
CONFIG_GCC_CPU=i686
-CONFIG_GCC_HARDENED=y
+CONFIG_GCC_HARDENED=n
CONFIG_GOCR=y
CONFIG_GPM=y
CONFIG_GRSECURITY=n
|