[selinux-policy: 2153/3172] dhcp patch from dan

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:11:20 UTC 2010


commit 93d300831d31687cdcd6db311fd73d3ca0478ce9
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Jul 20 15:40:41 2009 -0400

    dhcp patch from dan

 policy/modules/services/dhcp.if |   19 +++++++++++++++++++
 policy/modules/services/dhcp.te |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/dhcp.if b/policy/modules/services/dhcp.if
index c3a5039..51316b4 100644
--- a/policy/modules/services/dhcp.if
+++ b/policy/modules/services/dhcp.if
@@ -22,6 +22,25 @@ interface(`dhcpd_setattr_state_files',`
 
 ########################################
 ## <summary>
+##	Execute dhcp server in the dhcp domain.
+## </summary>
+## <param name="domain">
+##	<summary>
+##	The type of the process performing this action.
+##	</summary>
+## </param>
+#
+#
+interface(`dhcpd_initrc_domtrans',`
+	gen_require(`
+		type dhcpd_initrc_exec_t;
+	')
+
+	init_labeled_script_domtrans($1, dhcpd_initrc_exec_t)
+')
+
+########################################
+## <summary>
 ##	All of the rules required to administrate 
 ##	an dhcp environment
 ## </summary>
diff --git a/policy/modules/services/dhcp.te b/policy/modules/services/dhcp.te
index 2ea4bfb..b33e88f 100644
--- a/policy/modules/services/dhcp.te
+++ b/policy/modules/services/dhcp.te
@@ -1,5 +1,5 @@
 
-policy_module(dhcp, 1.7.2)
+policy_module(dhcp, 1.7.3)
 
 ########################################
 #


More information about the scm-commits mailing list