diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | contrib/caldera/openssh.spec | 13 |
2 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20021015 | ||
2 | - (tim) [contrib/caldera/openssh.spec] make ssh-agent setgid nobody | ||
3 | |||
1 | 20021004 | 4 | 20021004 |
2 | - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with | 5 | - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with |
3 | SIA. | 6 | SIA. |
@@ -761,4 +764,4 @@ | |||
761 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 764 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
762 | ok provos@ | 765 | ok provos@ |
763 | 766 | ||
764 | $Id: ChangeLog,v 1.2493 2002/10/04 23:54:54 mouring Exp $ | 767 | $Id: ChangeLog,v 1.2494 2002/10/15 20:16:55 tim Exp $ |
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index b7de22e8b..1ccf71b78 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -316,7 +316,14 @@ fi | |||
316 | %defattr(-,root,root) | 316 | %defattr(-,root,root) |
317 | %dir %{_sysconfdir} | 317 | %dir %{_sysconfdir} |
318 | %config %{_sysconfdir}/ssh_config | 318 | %config %{_sysconfdir}/ssh_config |
319 | %{_bindir}/* | 319 | %{_bindir}/scp |
320 | %{_bindir}/sftp | ||
321 | %{_bindir}/ssh | ||
322 | %{_bindir}/slogin | ||
323 | %{_bindir}/ssh-add | ||
324 | %attr(2755,root,nobody) %{_bindir}/ssh-agent | ||
325 | %{_bindir}/ssh-keygen | ||
326 | %{_bindir}/ssh-keyscan | ||
320 | %dir %{_libexecdir} | 327 | %dir %{_libexecdir} |
321 | %{_sbindir}/ssh-host-keygen | 328 | %{_sbindir}/ssh-host-keygen |
322 | %dir %{_defaultdocdir}/%{name}-%{version} | 329 | %dir %{_defaultdocdir}/%{name}-%{version} |
@@ -331,7 +338,7 @@ fi | |||
331 | 338 | ||
332 | %Files server | 339 | %Files server |
333 | %defattr(-,root,root) | 340 | %defattr(-,root,root) |
334 | %dir %attr(0700,root,root) %{_var}/empty/sshd | 341 | %dir %{_var}/empty/sshd |
335 | %config %{SVIdir}/sshd | 342 | %config %{SVIdir}/sshd |
336 | %config /etc/pam.d/sshd | 343 | %config /etc/pam.d/sshd |
337 | %config %{_sysconfdir}/moduli | 344 | %config %{_sysconfdir}/moduli |
@@ -353,4 +360,4 @@ fi | |||
353 | * Mon Jan 01 1998 ... | 360 | * Mon Jan 01 1998 ... |
354 | Template Version: 1.31 | 361 | Template Version: 1.31 |
355 | 362 | ||
356 | $Id: openssh.spec,v 1.38 2002/10/03 01:56:59 djm Exp $ | 363 | $Id: openssh.spec,v 1.39 2002/10/15 20:16:56 tim Exp $ |