Ddclient patch from Dan Walsh.

This commit is contained in:
Chris PeBenito 2010-01-07 11:50:35 -05:00
parent dcabb11eb5
commit 14c7865f1f
2 changed files with 27 additions and 2 deletions

View File

@ -21,7 +21,32 @@ interface(`ddclient_domtrans',`
########################################
## <summary>
## All of the rules required to administrate
## Execute ddclient daemon on behalf of a user or staff type.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="role">
## <summary>
## Role allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`ddclient_run',`
gen_require(`
type ddclient_t;
')
ddclient_domtrans($1)
role $2 types ddclient_t;
')
########################################
## <summary>
## All of the rules required to administrate
## an ddclient environment
## </summary>
## <param name="domain">

View File

@ -1,5 +1,5 @@
policy_module(ddclient, 1.8.0)
policy_module(ddclient, 1.8.1)
########################################
#