fix depends

This commit is contained in:
Chris PeBenito 2005-05-05 14:02:32 +00:00
parent df431c87fb
commit 23af43bfef
1 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ allow $1 port_type:tcp_socket name_bind;
')
define(`corenetwork_bind_tcp_on_all_ports_depend',`
type port_type;
attribute port_type;
class tcp_socket name_bind;
')
@ -570,7 +570,7 @@ allow $1 port_type:udp_socket name_bind;
')
define(`corenetwork_bind_udp_on_all_ports_depend',`
type port_type;
attribute port_type;
class udp_socket name_bind;
')