trunk: update mls constraints for x_application_data.

This commit is contained in:
Chris PeBenito 2008-09-05 14:27:01 +00:00
parent cdac989dee
commit 6a824f630d
1 changed files with 5 additions and 5 deletions

View File

@ -572,14 +572,14 @@ mlsconstrain x_event { send }
# MLS policy for the x_application_data class
#
# the x_application_data "paste" ops (explicit single level)
# the x_application_data "paste" ops
mlsconstrain x_application_data { paste }
( l1 eq l2 );
# the x_application_data "paste_after_confirm" ops (downgrade permitted)
mlsconstrain x_application_data { paste_after_confirm }
( l1 domby l2 );
# the x_application_data "paste_after_confirm" ops
mlsconstrain x_application_data { paste_after_confirm }
( l1 dom l2 );
#
# MLS policy for the pax class