summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-06 03:45:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-06 03:45:00 +0000
commitd2aee13d157fdf4351726b1ee8279e0e165a348e (patch)
tree547d454c8b010f5b8b816966570ad3159e1e856a /etc
parent876dba3f493f80a269822b189c650bf907295735 (diff)
_afs user for privsep; beck ok
Diffstat (limited to 'etc')
-rw-r--r--etc/ftpusers3
-rw-r--r--etc/group1
-rw-r--r--etc/mail/aliases3
-rw-r--r--etc/master.passwd1
4 files changed, 6 insertions, 2 deletions
diff --git a/etc/ftpusers b/etc/ftpusers
index d3b716e1082..8b6a6c2a36c 100644
--- a/etc/ftpusers
+++ b/etc/ftpusers
@@ -1,4 +1,4 @@
-# $OpenBSD: ftpusers,v 1.20 2004/05/04 20:13:42 david Exp $
+# $OpenBSD: ftpusers,v 1.21 2004/05/06 03:44:59 deraadt Exp $
#
# list of users disallowed any ftp access.
# read by ftpd(8).
@@ -32,3 +32,4 @@ _dhcp
_mopd
_tftpd
_rbootd
+_afs
diff --git a/etc/group b/etc/group
index ad9d92b010b..27f8e7ff912 100644
--- a/etc/group
+++ b/etc/group
@@ -45,6 +45,7 @@ _dhcp:*:77:
_mopd:*:78:
_tftpd:*:79:
_rbootd:*:80:
+_afs:*:81:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:
diff --git a/etc/mail/aliases b/etc/mail/aliases
index eb10152dea0..64c4297fe0e 100644
--- a/etc/mail/aliases
+++ b/etc/mail/aliases
@@ -1,5 +1,5 @@
#
-# $OpenBSD: aliases,v 1.11 2004/05/04 20:13:42 david Exp $
+# $OpenBSD: aliases,v 1.12 2004/05/06 03:44:59 deraadt Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /usr/libexec/mail.local.
@@ -21,6 +21,7 @@ uucp: root
www: root
# Redirections for pseudo accounts that should not receive mail
+_afs: /dev/null
_bgpd: /dev/null
_dhcp: /dev/null
_fingerd: /dev/null
diff --git a/etc/master.passwd b/etc/master.passwd
index 42ab4638712..280675dbb11 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -27,4 +27,5 @@ _dhcp:*:77:77::0:0:DHCP programs:/var/empty:/sbin/nologin
_mopd:*:78:78::0:0:MOP Daemon:/var/empty:/sbin/nologin
_tftpd:*:79:79::0:0:TFTP Daemon:/var/empty:/sbin/nologin
_rbootd:*:80:80::0:0:rbootd Daemon:/var/empty:/sbin/nologin
+_afs:*:81:81::0:0:afs Daemon:/var/empty:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin