[selinux-policy: 2924/3172] style change to djbdns.te

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:20:17 UTC 2010


commit a831710a6a49062aaa0dd3bbbab2cb29a1c43873
Author: Jeremy Solt <jsolt at tresys.com>
Date:   Mon Aug 30 11:20:58 2010 -0400

    style change to djbdns.te

 policy/modules/services/djbdns.te |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/djbdns.te b/policy/modules/services/djbdns.te
index 22221ad..b5576c1 100644
--- a/policy/modules/services/djbdns.te
+++ b/policy/modules/services/djbdns.te
@@ -7,10 +7,11 @@ policy_module(djbdns, 1.4.0)
 
 type djbdns_axfrdns_t;
 type djbdns_axfrdns_exec_t;
-type djbdns_axfrdns_conf_t;
 domain_type(djbdns_axfrdns_t)
 domain_entry_file(djbdns_axfrdns_t, djbdns_axfrdns_exec_t)
 role system_r types djbdns_axfrdns_t;
+
+type djbdns_axfrdns_conf_t;
 files_config_file(djbdns_axfrdns_conf_t)
 
 djbdns_daemontools_domain_template(dnscache)


More information about the scm-commits mailing list