]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
[contrib/caldera/openssh.spec] make ssh-agent setgid nobody V_3_5 anongit/V_3_5 github-selfhosted/V_3_5 github/V_3_5
authorTim Rice <tim@multitalents.net>
Wed, 16 Oct 2002 00:40:23 +0000 (17:40 -0700)
committerTim Rice <tim@multitalents.net>
Wed, 16 Oct 2002 00:40:23 +0000 (17:40 -0700)
ChangeLog
contrib/caldera/openssh.spec

index 540fdf3b71f7a2f4fb14d757ad68fded2dae1a8e..fa03afeda90321ee4225ef8b78804e1940b8999a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20021015
  - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
  - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
+ - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody
 
 20021004
  - (bal) Disable post-authentication Privsep for OSF/1.  It conflicts with
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2491.2.4 2002/10/16 00:25:37 mouring Exp $
+$Id: ChangeLog,v 1.2491.2.5 2002/10/16 00:40:23 tim Exp $
index b7de22e8b103601e2391822a5a516ceb3702dec7..28bb30cb7d58202c77a6ed121a19589b03707fa5 100644 (file)
@@ -316,7 +316,14 @@ fi
 %defattr(-,root,root)
 %dir %{_sysconfdir}
 %config %{_sysconfdir}/ssh_config
-%{_bindir}/*
+%{_bindir}/scp
+%{_bindir}/sftp
+%{_bindir}/ssh
+%{_bindir}/slogin
+%{_bindir}/ssh-add
+%attr(2755,root,nobody) %{_bindir}/ssh-agent
+%{_bindir}/ssh-keygen
+%{_bindir}/ssh-keyscan
 %dir %{_libexecdir}
 %{_sbindir}/ssh-host-keygen
 %dir %{_defaultdocdir}/%{name}-%{version}
@@ -331,7 +338,7 @@ fi
  
 %Files server
 %defattr(-,root,root)
-%dir %attr(0700,root,root) %{_var}/empty/sshd
+%dir %{_var}/empty/sshd
 %config %{SVIdir}/sshd
 %config /etc/pam.d/sshd
 %config %{_sysconfdir}/moduli
@@ -353,4 +360,4 @@ fi
 * Mon Jan 01 1998 ...
 Template Version: 1.31
 
-$Id: openssh.spec,v 1.38 2002/10/03 01:56:59 djm Exp $
+$Id: openssh.spec,v 1.38.2.1 2002/10/16 00:40:25 tim Exp $