packages: mysql/mysqld.conf - symbolic-links=0 from fedora

glen glen at pld-linux.org
Sat Mar 12 16:01:37 CET 2011


Author: glen                         Date: Sat Mar 12 15:01:38 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- symbolic-links=0 from fedora

---- Files affected:
packages/mysql:
   mysqld.conf (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: packages/mysql/mysqld.conf
diff -u packages/mysql/mysqld.conf:1.56 packages/mysql/mysqld.conf:1.57
--- packages/mysql/mysqld.conf:1.56	Thu Mar 10 12:19:58 2011
+++ packages/mysql/mysqld.conf	Sat Mar 12 16:01:30 2011
@@ -29,6 +29,9 @@
 # Don't use system locking
 skip-external-locking
 
+# Disabling symbolic-links is recommended to prevent assorted security risks
+symbolic-links=0
+
 # Don't listen on a TCP/IP port at all. This is a security enhancement,
 # if all processes that need to connect to mysqld run on the same host.
 # All interaction with mysqld must be made via Unix sockets.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysqld.conf?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list