fix typo
This commit is contained in:
parent
7d1e368243
commit
9539535ccc
|
@ -12,10 +12,10 @@
|
|||
#
|
||||
interface(`soundserver_tcp_connect',`
|
||||
gen_require(`
|
||||
type soundserver_t;
|
||||
type soundd_t;
|
||||
')
|
||||
|
||||
allow $1 soundserver_t:tcp_socket { connectto recvfrom };
|
||||
allow soundserver_t $1:tcp_socket { acceptfrom recvfrom };
|
||||
allow $1 soundd_t:tcp_socket { connectto recvfrom };
|
||||
allow soundd_t $1:tcp_socket { acceptfrom recvfrom };
|
||||
kernel_tcp_recvfrom($1)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue