[openssh/private-master-vanilla: 7/13] make /etc/ssh/moduli file public (#1043661)

plautrba plautrba at fedoraproject.org
Wed Apr 9 13:46:40 UTC 2014


commit f9f83a00b53254f2b3f463afb6635c9a1716d88c
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Wed Feb 26 15:53:34 2014 +0100

    make /etc/ssh/moduli file public (#1043661)

 openssh.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/openssh.spec b/openssh.spec
index 153d1bc..2b3e73d 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -633,7 +633,7 @@ getent passwd sshd >/dev/null || \
 %defattr(-,root,root)
 %doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW PROTOCOL* README README.platform README.privsep README.tun README.dns TODO
 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
-%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
 %if ! %{rescue}
 %attr(0755,root,root) %{_bindir}/ssh-keygen
 %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1*


More information about the scm-commits mailing list