summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2015-11-09 00:18:37 +0000
committermlarkin <mlarkin@openbsd.org>2015-11-09 00:18:37 +0000
commite1c5d175a6230e2ad57d76d75ab3e4360941f66e (patch)
tree52f71f5b29808885585953c9882cdf71a1fc76f1 /etc
parentStart moving some vmm things into the tree. First up is binutils so we will (diff)
downloadwireguard-openbsd-e1c5d175a6230e2ad57d76d75ab3e4360941f66e.tar.xz
wireguard-openbsd-e1c5d175a6230e2ad57d76d75ab3e4360941f66e.zip
Add user "_vmd" for forthcoming vmd daemon
ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r--etc/group1
-rw-r--r--etc/mail/aliases3
-rw-r--r--etc/master.passwd1
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