[selinux-policy: 2000/3172] trunk: update mls constraints for x_application_data.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:57:43 UTC 2010


commit 6a824f630d347aa7af622991c18512029b70b719
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Sep 5 14:27:01 2008 +0000

    trunk: update mls constraints for x_application_data.

 policy/mls |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/policy/mls b/policy/mls
index 665c1c6..4cea4fe 100644
--- a/policy/mls
+++ b/policy/mls
@@ -572,13 +572,13 @@ 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 );
+	( l1 domby l2 );
 
-# the x_application_data "paste_after_confirm" ops (downgrade permitted)
+# the x_application_data "paste_after_confirm" ops
 mlsconstrain x_application_data { paste_after_confirm }
-	( l1 domby l2 );
+	( l1 dom l2 );
 
 
 #


More information about the scm-commits mailing list