blob: 8029ddb41c57279e10a1cd06f60a44d8e0b2833b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
.TH PRIVSERV 8
.SH NAME
privserv \- privilege server
.SH SYNOPSIS
.B lmask nuxl /etc/privserv
[
.I option ...
]
.SH DESCRIPTION
.I Privserv
is the keeper and interpreter of the
.IR privs (5)
file.
.I Priv (1)
calls on
.I privserv
to hand out privileges in accordance with the rules given in
.I privs.
.I Privserv
is a permanent process, normally started by the boot script
.IR rc (8).
It receives service requests through the mounted pipe
.FR /cs/priv .
The options are
.TP
.BI -p " name
The file name of the server,
.B /etc/privserv
by default
(used to reinvoke the priv server when the
.IR privs (5)
file is modified by a
.B PRIVEDIT
request.)
.TP
.BI -m " mountpt
The file system mount point for privilege service,
.F /cs/priv
by default.
.TP
.BI -l " logfile
The file in which to record logging information,
.F /usr/adm/privlog
by default.
.TP
.BI -f " privs
The data base of privileges,
.F /etc/privs
by default.
Unless
.I privs
is itself a privileged file,
.I privserv
will not actually grant the privileges there specified.
.SH FILES
.F /etc/privs
.br
.F /cs/priv
.SH SEE ALSO
.IR priv (1)
|