diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 22:27:53 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 22:27:53 +0200 |
commit | 60567ff89008d4f519079646d984f708f6c449b7 (patch) | |
tree | 861ec573c1906ae9fa508c5554a141b5a96616dd /auth.c | |
parent | - markus@cvs.openbsd.org 2001/05/20 17:20:36 (diff) | |
download | openssh-60567ff89008d4f519079646d984f708f6c449b7.tar.xz openssh-60567ff89008d4f519079646d984f708f6c449b7.zip |
- 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 ? * |