aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.8
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-27 22:03:47 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-27 22:03:47 +0000
commit186a5319ff90d7f529210e728b701f7d0ea8fb2b (patch)
tree5314c389c67c7cb3c103fb0f2b8e30be7274a844 /usr.sbin/inetd/inetd.8
parent1f32911745f405f4a819a5451d89e928a30024fe (diff)
downloadsrc-186a5319ff90d7f529210e728b701f7d0ea8fb2b.tar.gz
src-186a5319ff90d7f529210e728b701f7d0ea8fb2b.zip
Implement login classes sepcification as user[/loginclass]
By default inetd run things with the same limits as from /etc/rc (daemon class) to not break anything as in good old days.
Notes
Notes: svn path=/head/; revision=30792
Diffstat (limited to 'usr.sbin/inetd/inetd.8')
-rw-r--r--usr.sbin/inetd/inetd.812
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index ae7664af2e96..dd73d491a425 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
-.\" $Id: inetd.8,v 1.13 1997/02/22 16:05:51 peter Exp $
+.\" $Id: inetd.8,v 1.14 1997/09/19 06:26:30 charnier Exp $
.\"
.Dd February 7, 1996
.Dt INETD 8
@@ -101,7 +101,7 @@ service name
socket type
protocol
{wait|nowait}[/max-child]
-user
+user[/login-class]
server program
server program arguments
.Ed
@@ -114,7 +114,7 @@ service, the entry would contain these fields:
service name/version
socket type
rpc/protocol
-user
+user[/login-class]
server program
server program arguments
.Ed
@@ -275,7 +275,10 @@ The
.Em user
entry should contain the user name of the user as whom the server
should run. This allows for servers to be given less permission
-than root.
+than root. Optional
+.Em login-class
+suffix separated by ``/'' allows to specify login class different
+than default ``daemon'' login class.
.Pp
The
.Em server-program
@@ -470,6 +473,7 @@ program attempted to renounce the privileged state associated with a
socket but was unable to.
.El
.Sh SEE ALSO
+.Xr login.conf 5 ,
.Xr passwd 5 ,
.Xr rpc 5 ,
.Xr services 5 ,