From 90ffc35e299c802d82e8c84a7e44e95e9b77a995 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 9 Aug 2016 08:23:44 +0200 Subject: [PATCH] Correct permissions on the ssh_config directory (#1365270) --- openssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 7d56641..e071487 100644 --- a/openssh.spec +++ b/openssh.spec @@ -718,7 +718,7 @@ getent passwd sshd >/dev/null || \ %attr(0755,root,root) %{_bindir}/scp %attr(0644,root,root) %{_mandir}/man1/scp.1* %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config -%dir %attr(0644,root,root) %{_sysconfdir}/ssh/ssh_config.d/ +%dir %attr(0755,root,root) %{_sysconfdir}/ssh/ssh_config.d/ %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config.d/05-redhat.conf %attr(0644,root,root) %{_mandir}/man5/ssh_config.5* %if ! %{rescue}