dhcp patch from dan

This commit is contained in:
Chris PeBenito 2009-07-20 15:40:41 -04:00
parent af5374d3a5
commit 93d300831d
2 changed files with 20 additions and 1 deletions

View File

@ -20,6 +20,25 @@ interface(`dhcpd_setattr_state_files',`
allow $1 dhcpd_state_t:file setattr;
')
########################################
## <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

View File

@ -1,5 +1,5 @@
policy_module(dhcp, 1.7.2)
policy_module(dhcp, 1.7.3)
########################################
#