trunk: update mls constraints for x_application_data.
This commit is contained in:
parent
cdac989dee
commit
6a824f630d
10
policy/mls
10
policy/mls
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user