summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-05 20:27:53 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-05 20:27:53 +0000
commit60567ff89008d4f519079646d984f708f6c449b7 (patch)
tree861ec573c1906ae9fa508c5554a141b5a96616dd /auth.c
parentbfb3a0e973214fabc1be744b8c7e4a89a0c5570c (diff)
- 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index 07e5b8f05..8e6b32de0 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth.c,v 1.22 2001/05/20 17:20:35 markus Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.23 2001/05/24 11:12:42 markus Exp $");
27 27
28#ifdef HAVE_LOGIN_H 28#ifdef HAVE_LOGIN_H
29#include <login.h> 29#include <login.h>
@@ -298,7 +298,7 @@ authorized_keys_file2(struct passwd *pw)
298/* 298/*
299 * Check a given file for security. This is defined as all components 299 * Check a given file for security. This is defined as all components
300 * of the path to the file must either be owned by either the owner of 300 * of the path to the file must either be owned by either the owner of
301 * of the file or root and no directories must be world writable. 301 * of the file or root and no directories must be group or world writable.
302 * 302 *
303 * XXX Should any specific check be done for sym links ? 303 * XXX Should any specific check be done for sym links ?
304 * 304 *