summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortim <tim@openbsd.org>2015-12-01 20:27:06 +0000
committertim <tim@openbsd.org>2015-12-01 20:27:06 +0000
commit983c1b0b29314aa847dcfbd23b1c97b068d7cb53 (patch)
tree6a8809039ef12643e54a1fb1e8a6f725e13ddf99
parentRemove superfluous check; "Of course" deraadt@ (diff)
downloadwireguard-openbsd-983c1b0b29314aa847dcfbd23b1c97b068d7cb53.tar.xz
wireguard-openbsd-983c1b0b29314aa847dcfbd23b1c97b068d7cb53.zip
rpc.rstatd(8) and rpc.rusersd(8) don't run as user nobody for quite some time.
-rw-r--r--libexec/rpc.rstatd/rpc.rstatd.88
-rw-r--r--libexec/rpc.rusersd/rpc.rusersd.88
2 files changed, 8 insertions, 8 deletions
diff --git a/libexec/rpc.rstatd/rpc.rstatd.8 b/libexec/rpc.rstatd/rpc.rstatd.8
index 3134fe09413..7d3b8b0ed2c 100644
--- a/libexec/rpc.rstatd/rpc.rstatd.8
+++ b/libexec/rpc.rstatd/rpc.rstatd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.rstatd.8,v 1.10 2015/04/14 23:59:40 deraadt Exp $
+.\" $OpenBSD: rpc.rstatd.8,v 1.11 2015/12/01 20:27:06 tim Exp $
.\"
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -27,9 +27,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: rpc.rstatd.8,v 1.10 2015/04/14 23:59:40 deraadt Exp $
+.\" $OpenBSD: rpc.rstatd.8,v 1.11 2015/12/01 20:27:06 tim Exp $
.\"
-.Dd $Mdocdate: April 14 2015 $
+.Dd $Mdocdate: December 1 2015 $
.Dt RPC.RSTATD 8
.Os
.Sh NAME
@@ -55,7 +55,7 @@ performs a
to
.Pa /var/empty
and switches to user
-.Va nobody .
+.Va _rstatd .
.Pp
The options are as follows:
.Bl -tag -width Ds
diff --git a/libexec/rpc.rusersd/rpc.rusersd.8 b/libexec/rpc.rusersd/rpc.rusersd.8
index c6b452a5419..541278a40f2 100644
--- a/libexec/rpc.rusersd/rpc.rusersd.8
+++ b/libexec/rpc.rusersd/rpc.rusersd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.rusersd.8,v 1.7 2007/05/31 19:19:40 jmc Exp $
+.\" $OpenBSD: rpc.rusersd.8,v 1.8 2015/12/01 20:27:06 tim Exp $
.\"
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -27,9 +27,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rpc.rusersd.8,v 1.7 2007/05/31 19:19:40 jmc Exp $
+.\" $Id: rpc.rusersd.8,v 1.8 2015/12/01 20:27:06 tim Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: December 1 2015 $
.Dt RPC.RUSERSD 8
.Os
.Sh NAME
@@ -50,7 +50,7 @@ and subsequently performs a
to
.Pa /var/empty
and switches to user
-.Va nobody .
+.Va _rusersd .
.Pp
The currently logged in users are queried using the
.Xr rusers 1