summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-10-15 21:19:06 +0000
committertedu <tedu@openbsd.org>2015-10-15 21:19:06 +0000
commit11a8050d55ada4b16cd8db89f16ec5ed4073473a (patch)
tree4c01368d57c8a38e62c84bd9ae5268efa2c73173
parentmake the HUP interlocking in the parent work better. (diff)
downloadwireguard-openbsd-11a8050d55ada4b16cd8db89f16ec5ed4073473a.tar.xz
wireguard-openbsd-11a8050d55ada4b16cd8db89f16ec5ed4073473a.zip
_rebound user and group (52)
-rw-r--r--etc/group1
-rw-r--r--etc/master.passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/group b/etc/group
index 308531a342f..4323006f41f 100644
--- a/etc/group
+++ b/etc/group
@@ -21,6 +21,7 @@ _fingerd:*:33:
_sshagnt:*:34:
_x11:*:35:
utmp:*:45:
+_rebound:*:52:
_unbound:*:53:
_dpb:*:54:
_pbuild:*:55:
diff --git a/etc/master.passwd b/etc/master.passwd
index 0a722260c83..ac5e23cfaba 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -9,6 +9,7 @@ _rstatd:*:30:30::0:0:rpc.rstatd:/var/empty:/sbin/nologin
_rusersd:*:32:32::0:0:rpc.rusersd:/var/empty:/sbin/nologin
_fingerd:*:33:33::0:0:fingerd:/var/empty:/sbin/nologin
_x11:*:35:35::0:0:X Server:/var/empty:/sbin/nologin
+_rebound:*:52:52::0:0:Rebound DNS Daemon:/var/empty:/sbin/nologin
_unbound:*:53:53:unbound:0:0:Unbound Daemon:/var/unbound:/sbin/nologin
_dpb:*:54:54::0:0:dpb privsep:/var/empty:/sbin/nologin
_pbuild:*:55:55:pbuild:0:0:dpb build user:/nonexistent:/sbin/nologin