## Dynamic host configuration protocol (DHCP) server
########################################
##
## Set the attributes of the DCHP
## server state files.
##
##
## Domain allowed access.
##
#
interface(`dhcpd_setattr_state_files',`
gen_require(`
type dhcpd_state_t;
class file setattr;
')
sysnet_search_dhcp_state($1)
allow $1 dhcpd_state_t:file setattr;
')