summaryrefslogtreecommitdiff
path: root/static/unix-v10/man5/pwfile.5
blob: b8f662dfe9897580000cb942640056c87bccb3e7 (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
.TH PWFILE 5
.CT 1 sa_nonmortals secur
.SH NAME
pwfile \- user security clearances file
.SH DESCRIPTION
The file
.F /etc/pwfile
is used by
.IR session (1)
to authorize clearances.
Each (valid) line contains the following
fields, separated by colons:
.IP
.nf
name
encrypted password
SNK key
process license (unused)
clearance (maximum ceiling)
.fi
.PP
The license and label fields are in the form
understood by 
.IR labtoa (3);
thus the label field
may contain white space.
Lines with fewer than five fields
are ignored.
.PP
The name field contains a user name for option
.B -u
of
.FR /bin/session .
It is customary, but not necessary, for `users' in 
.I pwfile
also to be registered in
.IR passwd (5).
.PP
The label field gives the maximum permissible label for option
.BR -l ,
and the ceiling label otherwise. 
.PP
Because this file ultimately determines which users
may access which data, it is not generally writable by the public.
.SH FILES
.F /etc/pwfile
.SH "SEE ALSO"
.IR getplab (2), 
.IR session (1),
.IR passwd (1),
.IR pwserv (8),
.IR pwquery (3)