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 145049 Details for
Bug 221828
RFE: Make iptables default FORWARD rule REJECT (except for bridging)
[?]
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]
system-config-securitylevel-1.6.31-default-forward-rule.patch
system-config-securitylevel-1.6.31-default-forward-rule.patch (text/plain), 734 bytes, created by
Mark McLoughlin
on 2007-01-08 12:51:30 UTC
(
hide
)
Description:
system-config-securitylevel-1.6.31-default-forward-rule.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2007-01-08 12:51:30 UTC
Size:
734 bytes
patch
obsolete
>--- system-config-securitylevel-1.6.31/src/lokkit.c.default-forward-rule 2007-01-08 12:27:48.000000000 +0000 >+++ system-config-securitylevel-1.6.31/src/lokkit.c 2007-01-08 12:29:07.000000000 +0000 >@@ -904,7 +904,6 @@ > fprintf(fw, ":OUTPUT ACCEPT [0:0]\n"); > fprintf(fw, ":%s - [0:0]\n", CHAIN_NAME); > fprintf(fw, "-A INPUT -j %s\n", CHAIN_NAME); >- fprintf(fw, "-A FORWARD -j %s\n", CHAIN_NAME); > > fprintf(fw, "-A %s -i lo -j ACCEPT\n", CHAIN_NAME); > >@@ -939,6 +938,7 @@ > } > > fprintf(fw, "-A %s -j REJECT --reject-with icmp-host-prohibited\n", CHAIN_NAME); >+ fprintf(fw, "-A FORWARD -j REJECT --reject-with icmp-host-prohibited\n"); > > /* Mark packets coming from MASQUERADE devices for MASQERADEing */ > if (masqs) {
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 221828
:
145049
|
145980
|
290742