20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
|
## <summary>IIIMF htt server</summary>
|
||
|
|
||
|
########################################
|
||
|
## <summary>
|
||
|
## Use i18n_input over a TCP connection.
|
||
|
## </summary>
|
||
|
## <param name="domain">
|
||
|
## Domain allowed access.
|
||
|
## </param>
|
||
|
#
|
||
|
interface(`i18n_use',`
|
||
|
gen_require(`
|
||
|
type i18n_input_t;
|
||
|
')
|
||
|
|
||
|
allow $1 i18n_input_t:tcp_socket { connectto recvfrom };
|
||
|
allow i18n_input_t $1:tcp_socket { acceptfrom recvfrom };
|
||
|
kernel_tcp_recvfrom($1)
|
||
|
')
|