[selinux-policy: 3130/3172] Consistent ordering of declarations.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:38:21 UTC 2010


commit 9444a138f5a28099c09594efc3e392551f3d8da4
Author: Dominick Grift <domg472 at gmail.com>
Date:   Fri Sep 24 10:23:19 2010 +0200

    Consistent ordering of declarations.

 policy/modules/services/stunnel.te |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/policy/modules/services/stunnel.te b/policy/modules/services/stunnel.te
index 279efa6..2501b3d 100644
--- a/policy/modules/services/stunnel.te
+++ b/policy/modules/services/stunnel.te
@@ -6,11 +6,10 @@ policy_module(stunnel, 1.9.1)
 #
 
 type stunnel_t;
-domain_type(stunnel_t)
-role system_r types stunnel_t;
-
 type stunnel_exec_t;
+domain_type(stunnel_t)
 domain_entry_file(stunnel_t, stunnel_exec_t)
+role system_r types stunnel_t;
 
 ifdef(`distro_gentoo',`
 	init_daemon_domain(stunnel_t, stunnel_exec_t)


More information about the scm-commits mailing list