2005-09-02 14:52:08 +00:00
|
|
|
## <summary>Dynamic host configuration protocol (DHCP) server</summary>
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Set the attributes of the DCHP
|
|
|
|
## server state files.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-09-02 14:52:08 +00:00
|
|
|
## Domain allowed access.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-09-02 14:52:08 +00:00
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`dhcpd_setattr_state_files',`
|
|
|
|
gen_require(`
|
|
|
|
type dhcpd_state_t;
|
|
|
|
')
|
|
|
|
|
|
|
|
sysnet_search_dhcp_state($1)
|
|
|
|
allow $1 dhcpd_state_t:file setattr;
|
|
|
|
')
|