[selinux-policy: 2821/3172] Go with upstream

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:11:09 UTC 2010


commit 9afb2b166aa695ec81362c234dd0d37bdad41ffa
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Aug 26 10:40:06 2010 -0400

    Go with upstream

 policy/constraints |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/constraints b/policy/constraints
index d70f3ed..fe7cf0f 100644
--- a/policy/constraints
+++ b/policy/constraints
@@ -1,3 +1,4 @@
+
 #
 # Define the constraints
 #
@@ -90,7 +91,7 @@ constrain process { transition noatsecure siginh rlimitinh }
 (
 	u1 == u2
 	or ( t1 == can_change_process_identity and t2 == process_user_target )
-	or ( t1 == cron_source_domain and ( t2 == cron_job_domain or u2 == system_u ) )
+		or ( t1 == cron_source_domain and ( t2 == cron_job_domain or u2 == system_u ) )
 	or ( t1 == can_system_change and u2 == system_u )
 	or ( t1 == process_uncond_exempt )
 );


More information about the scm-commits mailing list