Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: setup: remove postgresql port from iptable template
......................................................................

packaging: setup: remove postgresql port from iptable template

the port is added using the firewalld->iptables mechanism.

Change-Id: I86484bd8300f7073c238db48b78e71b8ba9f778b
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/conf/iptables.default.in
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/18769/1

diff --git a/packaging/conf/iptables.default.in 
b/packaging/conf/iptables.default.in
index c1dc827..cb3c8e6 100644
--- a/packaging/conf/iptables.default.in
+++ b/packaging/conf/iptables.default.in
@@ -8,7 +8,6 @@
 -A INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
 -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
 -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
--A INPUT -p tcp -m state --state NEW -m tcp --dport 5432 -j ACCEPT
 @CUSTOM_RULES@
 #drop all rule
 -A INPUT -j REJECT --reject-with icmp-host-prohibited


-- 
To view, visit http://gerrit.ovirt.org/18769
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86484bd8300f7073c238db48b78e71b8ba9f778b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to