2005-12-01 18:50:00 +00:00
|
|
|
## <summary>IIIMF htt server</summary>
|
|
|
|
|
|
|
|
########################################
|
|
|
|
## <summary>
|
|
|
|
## Use i18n_input over a TCP connection.
|
|
|
|
## </summary>
|
|
|
|
## <param name="domain">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-12-01 18:50:00 +00:00
|
|
|
## Domain allowed access.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-12-01 18:50:00 +00:00
|
|
|
## </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)
|
|
|
|
')
|