Daniel J Walsh e56873
#
Daniel J Walsh e56873
# Multi-Level Security translation table for SELinux
Daniel J Walsh e56873
# 
Daniel J Walsh e56873
# Uncomment the following to disable translation libary
Daniel J Walsh e56873
# disable=1
Daniel J Walsh e56873
#
Daniel J Walsh e56873
# Objects can be labeled with one of 16 levels and be categorized with 0-256 
Daniel J Walsh e56873
# categories defined by the admin.
Daniel J Walsh e56873
# Objects can be in more than one category at a time.
Daniel J Walsh e56873
# Users can modify this table to translate the MLS labels for different purpose.
Daniel J Walsh e56873
#
Daniel J Walsh e56873
# Assumptions: using below MLS labels.
Daniel J Walsh e56873
#  SystemLow
Daniel J Walsh e56873
#  SystemHigh
Daniel J Walsh e56873
#  Unclassified 
Daniel J Walsh e56873
#  Secret with compartments A and B.
Daniel J Walsh e56873
# 
Daniel J Walsh e56873
# SystemLow and SystemHigh
Daniel J Walsh e56873
s0=SystemLow
Daniel J Walsh e56873
s15:c0.c255=SystemHigh
Daniel J Walsh e56873
s0-s15:c0.c255=SystemLow-SystemHigh
Daniel J Walsh e56873
Daniel J Walsh e56873
# Unclassified level
Daniel J Walsh e56873
s1=Unclassified
Daniel J Walsh e56873
Daniel J Walsh e56873
# Secret level with compartments
Daniel J Walsh e56873
s2=Secret
Daniel J Walsh c6c498
s2:c0=A
Daniel J Walsh c6c498
s2:c1=B
Daniel J Walsh e56873
Daniel J Walsh e56873
# ranges for Unclassified
Daniel J Walsh e56873
s0-s1=SystemLow-Unclassified
Daniel J Walsh e56873
s1-s2=Unclassified-Secret
Daniel J Walsh e56873
s1-s15:c0.c255=Unclassified-SystemHigh
Daniel J Walsh e56873
Daniel J Walsh e56873
# ranges for Secret with compartments
Daniel J Walsh e56873
s0-s2=SystemLow-Secret
Daniel J Walsh e56873
s0-s2:c0=SystemLow-Secret:A
Daniel J Walsh e56873
s0-s2:c1=SystemLow-Secret:B
Daniel J Walsh e56873
s0-s2:c0,c1=SystemLow-Secret:AB
Daniel J Walsh e56873
s1-s2:c0=Unclassified-Secret:A
Daniel J Walsh e56873
s1-s2:c1=Unclassified-Secret:B
Daniel J Walsh e56873
s1-s2:c0,c1=Unclassified-Secret:AB
Daniel J Walsh e56873
s2-s2:c0=Secret-Secret:A
Daniel J Walsh e56873
s2-s2:c1=Secret-Secret:B
Daniel J Walsh e56873
s2-s2:c0,c1=Secret-Secret:AB
Daniel J Walsh e56873
s2-s15:c0.c255=Secret-SystemHigh
Daniel J Walsh e56873
s2:c0-s2:c0,c1=Secret:A-Secret:AB
Daniel J Walsh e56873
s2:c0-s15:c0.c255=Secret:A-SystemHigh
Daniel J Walsh e56873
s2:c1-s2:c0,c1=Secret:B-Secret:AB
Daniel J Walsh e56873
s2:c1-s15:c0.c255=Secret:B-SystemHigh
Daniel J Walsh e56873
s2:c0,c1-s15:c0.c255=Secret:AB-SystemHigh