Bug 539566
| Summary: | SELinux is preventing abrt-pyhook-hel "read write" access on 1. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michal Nowak <mnowak> |
| Component: | abrt | Assignee: | Karel Klíč <kklic> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 12 | CC: | a.aspden, anton, dvlasenk, dwalsh, iprikryl, jmoskovc, kklic, markhuomian, martin.nad89, mgrepl, mnowak, npajkovs, ohudlick, rikolk, rvokal, simon.lewis |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:f6448da7cc7ee5c47d42f0c2a7d2f59d46196e28d1dcf3a5d6e4dba5a674eed2 | ||
| Fixed In Version: | abrt-1.1.13-1.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-17 05:27:46 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: | |||
|
Description
Michal Nowak
2009-11-20 15:46:20 UTC
I had yumdownloader downloading srpms, then I pressed Ctrl+S to stop the output, then Ctrl+C and then Ctrl+Q to enable output from yumdownloader. But un-handled exception occurred:
brltty-4.1-3.fc12.src.rpm | 2.0 MB 00:02
btrfs-progs-0.19-9.fc12.src.rpm | 132 kB 00:01
^CTraceback (most recent call last): 68% [===================================== ] 238 kB/s | 574 kB 00:01 ETA
File "/usr/lib/python2.6/site-packages/urlgrabber/grabber.py", line 1534, in _progress_update
self.opts.progress_obj.update(downloaded)
File "/usr/share/yum-cli/output.py", line 68, in update
TextMeter.update(self, amount_read, now)
File "/usr/lib/python2.6/site-packages/urlgrabber/progress.py", line 141, in update
self._do_update(amount_read, now)
File "/usr/lib/python2.6/site-packages/urlgrabber/progress.py", line 271, in _do_update
self.fo.flush()
IOError: [Errno 4] Interrupted system call
+ echo 'Error: Failed to download SRPM packages, investigate'
Error: Failed to download SRPM packages, investigate
+ exit 1
(yumdownloader was running inside bash script actually)
abrt-applet popped up as well as AVC msg.
This is the problem with the abrt helper. It is causing SELinux to report all sorts of leaks. Applications don't expect to be doing a fork/exec and thus don't close file descriptors on exec. When they crash SELinux closes all sorts of file descriptors, that I don't want to close. Can't we write this as a unix domain socket that will just accept connections. *** Bug 541671 has been marked as a duplicate of this bug. *** *** Bug 541488 has been marked as a duplicate of this bug. *** *** Bug 541720 has been marked as a duplicate of this bug. *** *** Bug 542574 has been marked as a duplicate of this bug. *** *** Bug 542079 has been marked as a duplicate of this bug. *** Uncaught Python exceptions are now sent to ABRT daemon via socket. Fixed in upstream git. SELinux policy has been updated by Mirek Grepl. abrt-1.1.13-1.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/abrt-1.1.13-1.fc14 abrt-1.1.13-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/abrt-1.1.13-1.fc13 abrt-1.1.13-1.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update abrt'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/abrt-1.1.13-1.fc14 abrt-1.1.13-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/abrt-1.1.13-1.fc12 abrt-1.1.13-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. abrt-1.1.13-2.fc14 has been submitted as an update for Fedora 14. http://admin.fedoraproject.org/updates/abrt-1.1.13-2.fc14 abrt-1.1.13-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. abrt-1.1.13-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |