dhcp patch from dan
This commit is contained in:
parent
af5374d3a5
commit
93d300831d
@ -20,6 +20,25 @@ interface(`dhcpd_setattr_state_files',`
|
|||||||
allow $1 dhcpd_state_t:file setattr;
|
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>
|
## <summary>
|
||||||
## All of the rules required to administrate
|
## All of the rules required to administrate
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(dhcp, 1.7.2)
|
policy_module(dhcp, 1.7.3)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user