56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
## <summary>Network time protocol daemon</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## NTP stub interface. No access allowed.
|
|
## </summary>
|
|
## <param name="domain" optional="true" unused="true">
|
|
## <summary>
|
|
## N/A
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`ntp_stub',`
|
|
gen_require(`
|
|
type ntpd_t;
|
|
')
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute ntp server in the ntpd domain.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## The type of the process performing this action.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`ntp_domtrans',`
|
|
gen_require(`
|
|
type ntpd_t, ntpd_exec_t;
|
|
')
|
|
|
|
corecmd_search_bin($1)
|
|
domtrans_pattern($1,ntpd_exec_t,ntpd_t)
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute ntp server in the ntpd domain.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## The type of the process performing this action.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`ntp_domtrans_ntpdate',`
|
|
gen_require(`
|
|
type ntpd_t, ntpdate_exec_t;
|
|
')
|
|
|
|
corecmd_search_bin($1)
|
|
domtrans_pattern($1,ntpdate_exec_t,ntpd_t)
|
|
')
|