Bug 353961
| Summary: | lokkit doesn't write iptables config with --nostart | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark McLoughlin <markmc> |
| Component: | system-config-firewall | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | emasaka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-10-28 18:36:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 235703 | ||
*** Bug 352141 has been marked as a duplicate of this bug. *** This was built as 1.0.8-3.fc8. Confirmed with live image of today's rawhide. |
(With system-config-firewall-tui-1.0.8-1.fc8) Running e.g.: $> lokkit -f --quiet --enabled --nostart --port=22:tcp does not cause /etc/sysconfig/iptables and /etc/sysconfig/ip6tables to be written ... only /etc/sysconfig/system-config-firewall is written. I've noticed this under two circumstances: 1) Installed an F8 system using anaconda over a serial console and vnc. When the tui firstboot ran, I just closed it. Later on I see iptables is running, but no rules and default policy of ACCEPT. 2) Installed an F8 livecd and ran lokkit in %post to add some ports. When I ran the image there was no firewall. Seems to me that the behavioral change of lokkit --nostart is the issue.