Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc Pull up revisions 1.5-1.7 (requested by Itojun in #...
details: https://anonhg.NetBSD.org/src/rev/0b57ac09c356
branches: netbsd-1-6
changeset: 527768:0b57ac09c356
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jun 06 00:53:12 2002 +0000
description:
Pull up revisions 1.5-1.7 (requested by Itojun in #184, and myself):
1.5:
uid/gid for sendmail 8.12.x.
disallow chroot priv accounts from being used for ftp.
1.6:
aliases: duplicated "named" entry
ftpuesrs: add postfix
1.7:
- deny all special users, listed in master.passwd order
- improve the comments
NOTE: left smmsp user even though 1.6 doesn't have it (yet?), as
it's harmless and makes tracking future changes easier
diffstat:
etc/ftpusers | 30 ++++++++++++++++++++++++------
1 files changed, 24 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 807c6ee87611 -r 0b57ac09c356 etc/ftpusers
--- a/etc/ftpusers Wed Jun 05 13:49:39 2002 +0000
+++ b/etc/ftpusers Thu Jun 06 00:53:12 2002 +0000
@@ -1,8 +1,26 @@
-# $NetBSD: ftpusers,v 1.4 1997/09/08 02:51:58 mikel Exp $
+# $NetBSD: ftpusers,v 1.4.14.1 2002/06/06 00:53:12 lukem Exp $
+#
+# List of users denied (or allowed) ftp access.
+# Read by ftpd(8).
+# The first matching entry is used.
#
-# list of users denied (or allowed) ftp access
-# read by ftpd(8).
-root deny
-toor deny
-uucp deny
+# Deny various system users
+root deny
+toor deny
+daemon deny
+operator deny
+bin deny
+news deny
+games deny
+postfix deny
+named deny
+ntpd deny
+sshd deny
+smmsp deny
+uucp deny
+nobody deny
+
+# All other users are allowed
* allow
+
+# - EOF -
Home |
Main Index |
Thread Index |
Old Index