diff options
author | mouring <mouring> | 2001-06-05 20:27:53 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-06-05 20:27:53 +0000 |
commit | eaec0168d08b0d0f47a9a0d41cb54de7a25b7e2b (patch) | |
tree | 5d3e5464ff21d32b80c5e7f552a412b0c241f0c4 /auth.c | |
parent | 99a75c5ec787dce0c10905d79948e62d84eb392c (diff) | |
download | openssh-eaec0168d08b0d0f47a9a0d41cb54de7a25b7e2b.tar.gz |
- markus@cvs.openbsd.org 2001/05/24 11:12:42
[auth.c]
fix comment; from jakob@
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.22 2001/05/20 17:20:35 markus Exp $"); +RCSID("$OpenBSD: auth.c,v 1.23 2001/05/24 11:12:42 markus Exp $"); #ifdef HAVE_LOGIN_H #include <login.h> @@ -298,7 +298,7 @@ authorized_keys_file2(struct passwd *pw) /* * Check a given file for security. This is defined as all components * of the path to the file must either be owned by either the owner of - * of the file or root and no directories must be world writable. + * of the file or root and no directories must be group or world writable. * * XXX Should any specific check be done for sym links ? * |