[selinux-policy] more fixes

Miroslav Grepl mgrepl at fedoraproject.org
Tue Sep 27 17:32:27 UTC 2011


commit 7c0196f1f4163a93a7b63d6a237cdcba5f4ca67e
Author: Miroslav <mgrepl at redhat.com>
Date:   Tue Sep 27 19:32:07 2011 +0200

    more fixes

 ephemeral.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ephemeral.patch b/ephemeral.patch
index a03f8e3..dfd3683 100644
--- a/ephemeral.patch
+++ b/ephemeral.patch
@@ -183,7 +183,7 @@ index 8596b90..9f37c11 100644
  	corenet_sendrecv_http_client_packets(httpd_t)
  	corenet_sendrecv_http_cache_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',`
@@ -193,7 +193,7 @@ index 8596b90..9f37c11 100644
  
 +tunable_policy(`httpd_can_network_connect_ftp',`
 +	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',`


More information about the scm-commits mailing list