These interface calls are more suitable here. Might want to implement boolean spamd_network_connect_db.

This commit is contained in:
Dominick Grift 2010-09-24 09:51:02 +02:00
parent 54590acde7
commit 86225e1f16

View File

@ -508,9 +508,7 @@ optional_policy(`
')
optional_policy(`
corenet_tcp_connect_mysqld_port(spamd_t)
corenet_sendrecv_mysqld_client_packets(spamd_t)
mysql_tcp_connect(spamd_t)
mysql_search_db(spamd_t)
mysql_stream_connect(spamd_t)
')
@ -520,9 +518,7 @@ optional_policy(`
')
optional_policy(`
corenet_tcp_connect_postgresql_port(spamd_t)
corenet_sendrecv_postgresql_client_packets(spamd_t)
postgresql_tcp_connect(spamd_t)
postgresql_stream_connect(spamd_t)
')