21 lines
425 B
Plaintext
21 lines
425 B
Plaintext
|
## <summary>Finger user information service.</summary>
|
||
|
|
||
|
########################################
|
||
|
## <summary>
|
||
|
## Execute fingerd in the fingerd domain.
|
||
|
## </summary>
|
||
|
## <param name="domain">
|
||
|
## <summary>
|
||
|
## Domain allowed to transition.
|
||
|
## </summary>
|
||
|
## </param>
|
||
|
#
|
||
|
interface(`finger_domtrans',`
|
||
|
gen_require(`
|
||
|
type fingerd_t, fingerd_exec_t;
|
||
|
')
|
||
|
|
||
|
corecmd_search_bin($1)
|
||
|
domtrans_pattern($1, fingerd_exec_t, fingerd_t)
|
||
|
')
|