Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 699520 Details for
Bug 912782
Any traffic allowed by default zone is allowed in all other zones
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to stop default zone rules being applied to all zones
fw_zone.py.patch (text/plain), 586 bytes, created by
Quentin Armitage
on 2013-02-19 16:36:25 UTC
(
hide
)
Description:
Patch to stop default zone rules being applied to all zones
Filename:
MIME Type:
Creator:
Quentin Armitage
Created:
2013-02-19 16:36:25 UTC
Size:
586 bytes
patch
obsolete
>--- a/src/firewall/core/fw_zone.py 2013-02-18 13:45:24.000000000 +0000 >+++ b/src/firewall/core/fw_zone.py 2013-02-19 12:46:53.147173203 +0000 >@@ -273,7 +273,7 @@ > # DROP is not supported in nat table > continue > rule = [ "%s_ZONES" % src_chain, "-t", table, >- opt, interface, "-j", target ] >+ opt, interface, "-g", target ] > if enable and not append: > rule.insert(1, "1") > rules.append((ipv, rule))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 912782
: 699520 |
704807
|
706135