What are the MLS general access rules?
What will be an ideal response?
The two general access rules are as follows:
1. No Read Up
A user can read the data as long as the user's classification is the same as or higher than the data's classification. For example, a Top Secret user can read files that are either Top Secret, the same level, or Secret, a lower level. However, a Secret user cannot read files that are classified as Top Secret.
2. No Write Down
A user can write to the resource as long as the user's classification is the same as or lower than the resource's classification. For example, a Confidential user can save his or her data files as Confidential resources or Secret resources. However, a Secret user cannot save data files in spaces that are classified as Confidential or Unclassified. This rule prevents leaks of higher-classification data to lower classifications.
You might also like to view...
A(n) ________ in VBA is a constant that is specific to a particular application, such as Microsoft Excel or Microsoft Access
A) variable B) symbolic constant C) intrinsic constant D) conditional compiler constant
What sign used with the DOS FIND command is used to redirect the output of a program?
A. > B. <
C. + D. *