Chris PeBenito 4093c2
## <summary>IIIMF htt server</summary>
Chris PeBenito 4093c2
Chris PeBenito 4093c2
########################################
Chris PeBenito 4093c2
## <summary>
Chris PeBenito 4093c2
##	Use i18n_input over a TCP connection.
Chris PeBenito 4093c2
## </summary>
Chris PeBenito 4093c2
## <param name="domain">
Chris PeBenito 885b83
##	<summary>
Chris PeBenito 4093c2
##	Domain allowed access.
Chris PeBenito 885b83
##	</summary>
Chris PeBenito 4093c2
## </param>
Chris PeBenito 4093c2
#
Chris PeBenito 4093c2
interface(`i18n_use',`
Chris PeBenito 4093c2
	gen_require(`
Chris PeBenito 4093c2
		type i18n_input_t;
Chris PeBenito 4093c2
	')
Chris PeBenito 4093c2
Chris PeBenito 4093c2
	allow $1 i18n_input_t:tcp_socket { connectto recvfrom };
Chris PeBenito 4093c2
	allow i18n_input_t $1:tcp_socket { acceptfrom recvfrom };
Chris PeBenito 4093c2
	kernel_tcp_recvfrom($1)
Chris PeBenito 4093c2
')