diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-06-08 05:07:57 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-06-08 05:07:57 +0000 |
commit | c220db26e934603cc8b7b52c503e4e960baa204b (patch) | |
tree | 0997a2ea03c481de298bab70d28d8880987ca078 /usr.bin/ssh/ssh.c | |
parent | 45e3a8f8c1b810acbb02a8d478b9e1736541f8cb (diff) |
nuke ptrace comment
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index df005391f8d..b2f1b6f3bc6 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.174 2002/05/23 19:39:34 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.175 2002/06/08 05:07:56 markus Exp $"); #include <openssl/evp.h> #include <openssl/err.h> @@ -697,14 +697,6 @@ again: * user's home directory if it happens to be on a NFS volume where * root is mapped to nobody. */ - - /* - * Note that some legacy systems need to postpone the following call - * to permanently_set_uid() until the private hostkey is destroyed - * with RSA_free(). Otherwise the calling user could ptrace() the - * process, read the private hostkey and impersonate the host. - * OpenBSD does not allow ptracing of setuid processes. - */ permanently_set_uid(pw); /* |