mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Properly mark up column lists. This does not affect output; I just had
the arguments to .Bl incorrect. Sponsored by: DARPA, Network Associates Laboratories
This commit is contained in:
parent
b1f0fda09f
commit
daa1772e06
3 changed files with 8 additions and 8 deletions
|
|
@ -66,9 +66,9 @@ components, numbered from 0 to 255.
|
|||
A complete label consists of both hierarchal and non-hierarchal elements.
|
||||
.Pp
|
||||
Three special label values exist:
|
||||
.Bl -column -offset indent ".Sy Label" ".Sy Comparison"
|
||||
.It Sy Label Ta Ta Sy Comparison
|
||||
.It Li biba/low Ta Ta Ta lower than all other labels
|
||||
.Bl -column -offset indent "biba/equal" "lower than all other labels"
|
||||
.It Sy Label Ta Sy Comparison
|
||||
.It Li biba/low Ta lower than all other labels
|
||||
.It Li biba/equal Ta equal to all other labels
|
||||
.It Li biba/high Ta higher than all other labels
|
||||
.El
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ as a value between 0 and 65535,
|
|||
with higher values reflecting higher integrity.
|
||||
.Pp
|
||||
Three special label component values exist:
|
||||
.Bl -column -offset indent ".Sy Label" ".Sy Comparison"
|
||||
.Bl -column -offset indent ".Sy Label" "dominated by all other labels"
|
||||
.It Sy Label Ta Sy Comparison
|
||||
.It Li low Ta dominated by all other labels
|
||||
.It Li equal Ta equal to all other labels
|
||||
|
|
|
|||
|
|
@ -85,11 +85,11 @@ is defined as both labels being able to satisfy the dominance requirements
|
|||
over one another.
|
||||
.Pp
|
||||
Three special label values exist:
|
||||
.Bl -column -offset indent ".Sy Label" ".Sy Comparison"
|
||||
.It Sy Label Ta Ta Sy Comparison
|
||||
.It Li mls/low Ta Ta dominated by all other labels
|
||||
.Bl -column -offset indent "mls/equal" "dominated by all other labels"
|
||||
.It Sy Label Ta Sy Comparison
|
||||
.It Li mls/low Ta dominated by all other labels
|
||||
.It Li mls/equal Ta equal to all other labels
|
||||
.It Li mls/high Ta Ta dominates all other labels
|
||||
.It Li mls/high Ta dominates all other labels
|
||||
.El
|
||||
.Pp
|
||||
The MLS model enforces the following basic restrictions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue