Bug 220509

Summary: sysreport shouldn't be so brutish
Product: [Fedora] Fedora Reporter: Curtis Doty <curtis>
Component: sysreportAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: eparis
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-11-19 14:39:44 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:
Attachments:
Description Flags
don't load iptables modules arbitrarily none

Description Curtis Doty 2006-12-21 20:30:29 UTC
I guess this is just a style issue. But why bother loading all the iptables
modules when producing a sysreport for a system that does not use them and
really doesn't desire them?

Solution is quite easy. Attached is a patch that only lists chains of tables
that are already loaded in the kernel. I.e. it prevents sysreport from
arbitrarily loading the rarely-used mangle module, for example. Beware, hardly
tested.

Comment 1 Curtis Doty 2006-12-21 20:30:30 UTC
Created attachment 144215 [details]
don't load iptables modules arbitrarily

Comment 2 Than Ngo 2007-11-19 14:39:44 UTC
it's fixed in 1.4.4-1 in rawhide. Many thanks for the patch.