[packages/mysql] plain text passwords are good reason for the file to be protected
glen
glen at pld-linux.org
Thu Dec 31 09:59:55 CET 2015
commit 04e76bf166a3ac7ed58149ff4a18b23c6d7b704f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Dec 31 10:57:27 2015 +0200
plain text passwords are good reason for the file to be protected
refs 13b800e, 978cdac2
doc http://dev.mysql.com/doc/refman/5.7/en/option-files.html
mysql.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysql.spec b/mysql.spec
index 7c494fe..1d9c108 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -1032,7 +1032,7 @@ done
%files client
%defattr(644,root,root,755)
-%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/skel/.my.cnf
+%attr(600,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/skel/.my.cnf
%attr(755,root,root) %{_bindir}/mysql
%attr(755,root,root) %{_bindir}/mysqladmin
%attr(755,root,root) %{_bindir}/mysqlbinlog
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/04e76bf166a3ac7ed58149ff4a18b23c6d7b704f
More information about the pld-cvs-commit
mailing list