more fixes

This commit is contained in:
Miroslav 2011-09-27 19:32:07 +02:00
parent 60e1106a6a
commit 7c0196f1f4

View File

@ -183,7 +183,7 @@ index 8596b90..9f37c11 100644
corenet_sendrecv_http_client_packets(httpd_t) corenet_sendrecv_http_client_packets(httpd_t)
corenet_sendrecv_http_cache_client_packets(httpd_t) corenet_sendrecv_http_cache_client_packets(httpd_t)
corenet_sendrecv_squid_client_packets(httpd_t) corenet_sendrecv_squid_client_packets(httpd_t)
+ corenet_tcp_connect_ephermeral_ports(httpd_t) + corenet_tcp_connect_ephermeral_port(httpd_t)
') ')
tunable_policy(`httpd_execmem',` tunable_policy(`httpd_execmem',`
@ -193,7 +193,7 @@ index 8596b90..9f37c11 100644
+tunable_policy(`httpd_can_network_connect_ftp',` +tunable_policy(`httpd_can_network_connect_ftp',`
+ corenet_tcp_connect_ftp_port(httpd_t) + corenet_tcp_connect_ftp_port(httpd_t)
+ corenet_tcp_connect_ephemeral_ports(httpd_t) + corenet_tcp_connect_ephemeral_port(httpd_t)
+') +')
+ +
tunable_policy(`httpd_enable_ftp_server',` tunable_policy(`httpd_enable_ftp_server',`