summaryrefslogtreecommitdiff
path: root/contrib/redhat/openssh.spec
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-10-03 12:08:19 +1000
committerDamien Miller <djm@mindrot.org>2002-10-03 12:08:19 +1000
commit7e659de6f981aaf1059720e5e198aa652834e414 (patch)
tree1d6f12898813669564ddb711bb16816e53e78573 /contrib/redhat/openssh.spec
parent510d51300ed4542950534f1fb5ab11899e98d6d8 (diff)
- (djm) Install ssh-agent setgid nobody in contrib/redhat/openssh.spec
Diffstat (limited to 'contrib/redhat/openssh.spec')
-rw-r--r--contrib/redhat/openssh.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 4bd03e825..e7005064d 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -357,7 +357,7 @@ fi
357%attr(-,root,root) %{_bindir}/slogin 357%attr(-,root,root) %{_bindir}/slogin
358%attr(-,root,root) %{_mandir}/man1/slogin.1* 358%attr(-,root,root) %{_mandir}/man1/slogin.1*
359%if ! %{rescue} 359%if ! %{rescue}
360%attr(0755,root,root) %{_bindir}/ssh-agent 360%attr(2755,root,nobody) %{_bindir}/ssh-agent
361%attr(0755,root,root) %{_bindir}/ssh-add 361%attr(0755,root,root) %{_bindir}/ssh-add
362%attr(0755,root,root) %{_bindir}/ssh-keyscan 362%attr(0755,root,root) %{_bindir}/ssh-keyscan
363%attr(0755,root,root) %{_bindir}/sftp 363%attr(0755,root,root) %{_bindir}/sftp
@@ -400,6 +400,9 @@ fi
400%endif 400%endif
401 401
402%changelog 402%changelog
403* Wed Oct 01 2002 Damien Miller <djm@mindrot.org>
404- Install ssh-agent setgid nobody to prevent ptrace() key theft attacks
405
403* Mon Sep 30 2002 Damien Miller <djm@mindrot.org> 406* Mon Sep 30 2002 Damien Miller <djm@mindrot.org>
404- Use contrib/ Makefile for building askpass programs 407- Use contrib/ Makefile for building askpass programs
405 408