summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2002-12-19 23:47:59 +0000
committerchris <chris@FreeBSD.org>2002-12-19 23:47:59 +0000
commit2900fe624b57e3d93ee639a35efa24986aaefd59 (patch)
tree1d7957205831b01acf8441562a2c2353a8a6643a /share
parent6dc747b608e6683e930e9e6a546ab4f2f243c08a (diff)
downloadFreeBSD-src-2900fe624b57e3d93ee639a35efa24986aaefd59.zip
FreeBSD-src-2900fe624b57e3d93ee639a35efa24986aaefd59.tar.gz
o Change "accesses" to "access" (sounds better)
o Correct the range of compartments (1..256 instead of 0..255) o Use the correct name for "Network Associates Laboratories" MFC Candidate. Sponsored by: DARPA, Network Associates Laboratories Reviewed by: Adam Migus <adam@migus.org>
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/mac_mls.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/mac_mls.4 b/share/man/man4/mac_mls.4
index 3852175..00973fe 100644
--- a/share/man/man4/mac_mls.4
+++ b/share/man/man4/mac_mls.4
@@ -52,7 +52,7 @@ and in
The
.Nm
policy module implements the Multi-Level Security, or MLS model,
-which controls accesses between subjects and objects based on their
+which controls access between subjects and objects based on their
confidentiality by means of a strict information flow policy.
Each subject and object in the system has an MLS label associated with it;
each subject's MLS label contains information on its clearance level,
@@ -66,7 +66,7 @@ describing the order.
The sensitivity level is expressed as a value between 0 and
65535, with higher values reflecting higher sensitivity levels.
The compartment field is expressed as a set of up to 256 components,
-numbered from 0 to 255.
+numbered from 1 to 256.
A complete label consists of both sensitivity and compartment
elements.
.Pp
@@ -132,7 +132,7 @@ In general, object labels are represented in the following form:
For example:
.Pp
.Bd -literal -offset indent
-mls/10:2+3+6
+mls/10:2+3+6++10
mls/low
.Ed
.Pp
@@ -191,7 +191,7 @@ and was developed by the TrustedBSD Project.
.Sh AUTHORS
This software was contributed to the
.Fx
-Project by Network Associates Labs,
+Project by Network Associates Laboratories,
the Security Research Division of Network Associates
Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"),
as part of the DARPA CHATS research program.
OpenPOWER on IntegriCloud