Bug 133373
Summary: | /proc/modules is allowed to be inherited by child processes | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Russell Coker <russell> | ||||
Component: | kudzu | Assignee: | Bill Nottingham <notting> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3 | CC: | mitr, rvokal | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 1.1.91-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-09-30 05:06: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: | 123268, 131774 | ||||||
Attachments: |
|
Description
Russell Coker
2004-09-23 16:09:04 UTC
Created attachment 104556 [details]
Fix FILE leak in kudzu
Seems to be caused by a FILE leak in kudzu.
The file handle is labeled with domain firstboot_t. This means that a program running in the firstboot_t domain opened the file handle. kudzu runs in domain kudzu_t. Unless firstboot links in code from kudzu.c I don't think that the patch will entirely fix the problem. That's OK, it'll probably fix other problems so it's worth doing. The whole chain (I think) is: firstboot /usr/share/firstboot/modules/soundcard_gui.py system-config-soundcard /usr/lib/python2.3/site-packages/kudzu.py /usr/lib/python2.3/site-packages/_kudzumodule.so ... which indeed shares code with kudzu. Fixed in CVS, will be in 1.1.89-1. Erm, make that 1.1.91-1. |