From 06b1d5330a0817639975093f006c7fae6168fe7d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 8 Jan 2016 13:22:09 +0100 Subject: [PATCH] Make ssh-keysign world readable (#1296724) --- openssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 71025b8..a7abc59 100644 --- a/openssh.spec +++ b/openssh.spec @@ -724,7 +724,7 @@ getent passwd sshd >/dev/null || \ %attr(0755,root,root) %{_bindir}/ssh-keygen %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* %attr(0755,root,root) %dir %{_libexecdir}/openssh -%attr(2111,root,ssh_keys) %{_libexecdir}/openssh/ssh-keysign +%attr(2555,root,ssh_keys) %{_libexecdir}/openssh/ssh-keysign %attr(0644,root,root) %{_mandir}/man8/ssh-keysign.8* %endif