]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- auth{ldap,mysql,pgsql}rc may contain passwords and shouldn't be
authortwittner <twittner@pld-linux.org>
Wed, 19 May 2004 10:47:29 +0000 (10:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  worldreadable.

Changed files:
    courier-imap.spec -> 1.112

courier-imap.spec

index 606894da66e2751cb19434e5e0b8d662139784d3..9c200cf48578bcca31ad4ed19d06a13d5739a7a3 100644 (file)
@@ -458,7 +458,7 @@ fi
 %if %{with ldap}
 %files authldap
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authldaprc
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authldaprc
 %attr(755,root,root) %{_libexecdir}/authlib/authdaemond.ldap
 %{_mandir}/man8/authldap*
 %endif
@@ -466,7 +466,7 @@ fi
 %if %{with mysql}
 %files authmysql
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authmysqlrc
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authmysqlrc
 %attr(755,root,root) %{_libexecdir}/authlib/authdaemond.mysql
 %{_mandir}/man8/authmysql*
 %endif
@@ -474,7 +474,7 @@ fi
 %if %{with pgsql}
 %files authpgsql
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authpgsqlrc
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authpgsqlrc
 %attr(755,root,root) %{_libexecdir}/authlib/authdaemond.pgsql
 %{_mandir}/man8/authpgsql*
 %endif
This page took 0.035148 seconds and 4 git commands to generate.