diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-11-09 00:18:38 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-11-09 00:18:38 +0000 |
commit | 6075612265a17991a15247cfb927f15b97435610 (patch) | |
tree | 6555f9c1b5eb03fcd9e40383fe831068b182f07a /etc | |
parent | 1afd1163152cd8613340f572847ca1d4340c132d (diff) |
Add user "_vmd" for forthcoming vmd daemon
ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/group | 1 | ||||
-rw-r--r-- | etc/mail/aliases | 3 | ||||
-rw-r--r-- | etc/master.passwd | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/etc/group b/etc/group index 4323006f41f..c057a185a29 100644 --- a/etc/group +++ b/etc/group @@ -68,6 +68,7 @@ _smtpq:*:103: _file:*:104: _radiusd:*:105: _eigrpd:*:106: +_vmd:*:107: dialer:*:117: nogroup:*:32766: nobody:*:32767: diff --git a/etc/mail/aliases b/etc/mail/aliases index f282ef47afc..31405cc4e33 100644 --- a/etc/mail/aliases +++ b/etc/mail/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.52 2015/10/15 21:25:44 tedu Exp $ +# $OpenBSD: aliases,v 1.53 2015/11/09 00:18:37 mlarkin 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. @@ -64,6 +64,7 @@ _syslogd: /dev/null _tcpdump: /dev/null _tftpd: /dev/null _unbound: /dev/null +_vmd: /dev/null _x11: /dev/null _ypldap: /dev/null bin: /dev/null diff --git a/etc/master.passwd b/etc/master.passwd index ac5e23cfaba..f0c4a48f064 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -51,4 +51,5 @@ _smtpq:*:103:103::0:0:SMTP Daemon:/var/empty:/sbin/nologin _file:*:104:104::0:0:file privsep:/var/empty:/sbin/nologin _radiusd:*:105:105::0:0:RADIUS Daemon:/var/empty:/sbin/nologin _eigrpd:*:106:106::0:0:EIGRP Daemon:/var/empty:/sbin/nologin +_vmd:*:107:107::0:0:VM Daemon:/var/empty:/sbin/nologin nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin |