]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- revert krzak change + add comment
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Jul 2004 21:23:29 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.220

mysql.spec

index 14d46b6922d537d23dcb7bee7efc2fdfac838947..e0b3e70245caa27aeef6f4578f5b5e93e4fee719 100644 (file)
@@ -516,7 +516,8 @@ fi
 %{_mandir}/man1/mysqld.1*
 
 %attr(700,mysql,mysql) %{_mysqlhome}
-%attr(751,mysql,mysql) /var/lib/mysql
+# root:root is proper here for AC mysql.rpm while mysql:mysql is potential security hole
+%attr(751,root,root) /var/lib/mysql
 %attr(750,mysql,mysql) %dir /var/log/mysql
 %attr(750,mysql,mysql) %dir /var/log/archiv/mysql
 %attr(640,mysql,mysql) %config(noreplace) %verify(not md5 size mtime) /var/log/mysql/*
This page took 0.154762 seconds and 4 git commands to generate.