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 144215 Details for
Bug 220509
sysreport shouldn't be so brutish
[?]
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]
don't load iptables modules arbitrarily
sysreport.patch (text/plain), 897 bytes, created by
Curtis Doty
on 2006-12-21 20:30:29 UTC
(
hide
)
Description:
don't load iptables modules arbitrarily
Filename:
MIME Type:
Creator:
Curtis Doty
Created:
2006-12-21 20:30:29 UTC
Size:
897 bytes
patch
obsolete
>Why unnecessarily load kernel modules? Here is much more polite way to >document any local firewall setup. Curtis@GreenKey.net > >--- sysreport.orig 2006-08-14 02:56:20.000000000 -0700 >+++ sysreport 2006-12-21 10:54:16.000000000 -0800 >@@ -435,12 +435,12 @@ > if [ -f /etc/sysconfig/iptables-config ] ; then > catiffile "/etc/sysconfig/iptables-config" > fi >- STATUS="Getting iptables information (filter):" >- catifexec "/sbin/iptables" "-t filter -nvL" >- STATUS="Getting iptables information (mangle):" >- catifexec "/sbin/iptables" "-t mangle -nvL" >- STATUS="Getting iptables information (nat):" >- catifexec "/sbin/iptables" "-t nat -nvL" >+ if [ -f /proc/net/ip_tables_names ] ; then >+ while read t ; do >+ STATUS="Getting iptables information ($t):" >+ catifexec "/sbin/iptables" "-t $t -nvL" >+ done </proc/net/ip_tables_names >+ fi > fi > > # ldap client and server config
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 220509
: 144215