Browse Source

Add user "_vmd" for forthcoming vmd daemon


OPENBSD_5_9
mlarkin 8 years ago
parent
commit
03e2c37546
3 changed files with 4 additions and 1 deletions
  1. +1
    -0
      src/etc/group
  2. +2
    -1
      src/etc/mail/aliases
  3. +1
    -0
      src/etc/master.passwd

+ 1
- 0
src/etc/group View File

@ -68,6 +68,7 @@ _smtpq:*:103:
_file:*:104:
_radiusd:*:105:
_eigrpd:*:106:
_vmd:*:107:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:

+ 2
- 1
src/etc/mail/aliases View File

@ -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


+ 1
- 0
src/etc/master.passwd View File

@ -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

Loading…
Cancel
Save