selinux-policy/policy/modules/services/clockspeed.if
Dominick Grift 288845a638 Services layer xml files.
Signed-off-by: Dominick Grift <domg472@gmail.com>
2010-08-05 09:25:29 -04:00

45 lines
937 B
Plaintext

## <summary>Clockspeed simple network time protocol client</summary>
########################################
## <summary>
## Execute clockspeed utilities in the clockspeed_cli domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
#
interface(`clockspeed_domtrans_cli',`
gen_require(`
type clockspeed_cli_t, clockspeed_cli_exec_t;
')
domtrans_pattern($1, clockspeed_cli_exec_t, clockspeed_cli_t)
')
########################################
## <summary>
## Allow the specified role the clockspeed_cli domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
## <param name="role">
## <summary>
## Role allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`clockspeed_run_cli',`
gen_require(`
type clockspeed_cli_t;
')
role $2 types clockspeed_cli_t;
clockspeed_domtrans_cli($1)
')