Disable symbolic links by default in /etc/my.cnf
This commit is contained in:
parent
70c7e74c92
commit
3f8abf9c36
2
my.cnf
2
my.cnf
@ -2,6 +2,8 @@
|
|||||||
datadir=/var/lib/mysql
|
datadir=/var/lib/mysql
|
||||||
socket=/var/lib/mysql/mysql.sock
|
socket=/var/lib/mysql/mysql.sock
|
||||||
user=mysql
|
user=mysql
|
||||||
|
# Disabling symbolic-links is recommended to prevent assorted security risks
|
||||||
|
symbolic-links=0
|
||||||
|
|
||||||
# To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
|
# To allow mysqld to connect to a MySQL Cluster management daemon, uncomment
|
||||||
# these lines and adjust the connectstring as needed.
|
# these lines and adjust the connectstring as needed.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 5.1.42
|
Version: 5.1.42
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
@ -652,6 +652,10 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 8 2010 Tom Lane <tgl@redhat.com> 5.1.42-4
|
||||||
|
- Disable symbolic links by default in /etc/my.cnf
|
||||||
|
Resolves: #553652
|
||||||
|
|
||||||
* Tue Jan 5 2010 Tom Lane <tgl@redhat.com> 5.1.42-3
|
* Tue Jan 5 2010 Tom Lane <tgl@redhat.com> 5.1.42-3
|
||||||
- Remove static libraries (.a files) from package, per packaging guidelines
|
- Remove static libraries (.a files) from package, per packaging guidelines
|
||||||
- Change %%define to %%global, per packaging guidelines
|
- Change %%define to %%global, per packaging guidelines
|
||||||
|
Loading…
Reference in New Issue
Block a user