Bug 538300
| Summary: | SELinux is preventing /usr/bin/gdb "write" access on gdb. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | meheezen |
| Component: | glib2 | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | brian, cerbito, darkkitten, dmalcolm, dwalsh, forcedtodrive, ivazqueznet, james.antill, jan.kratochvil, jeremy.butler36, jonathansteffan, mclasen, mgrepl, mister.freedom, nccs, pmuldoon, ray, skyblue1988 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:5b2c16e4ef42beb0f9198ac862e11844e0fb598cf14ecaf8288c8851290bfd5e | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-04 18:03:49 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
meheezen
2009-11-18 07:47:20 UTC
I believe this is caused by gdb trying to write to the /usr/share/gdb/python/gdb directory. Do you have some python scripts here without pyo and pyc files? No, all .pyo/.pyc files are present there as built by the python .spec rules. The NEEDINFO was from the reporter I see, sorry. +`rpm -V gdb' output would be ale useful. Yes, I checked on my machine and the pyc and pyo files were there. But that is the most likely cause. hello everybody, i'm new to linux and all, just got F12 and wanted to check it out. i don't know what info you need or how to get them, any help tutorial would be appreciated. reason for the report is that i saw somewhere i should file a bug report, so i did. ty in advance Just tell us what the contents of /usr/share/gdb/python/gdb is ls -l /usr/share/gdb/python/gdb And attach the output of rpm -qV gdb *** Bug 542014 has been marked as a duplicate of this bug. *** *** Bug 551071 has been marked as a duplicate of this bug. *** This Bug has nothing to do with gdb. gdb is just using python binding. This is an issue of python (or python rpm support scripts) vs. selinux. gdb is shipping py files without the pyc/pyo files. *** Bug 551904 has been marked as a duplicate of this bug. *** (In reply to comment #10) > gdb is shipping py files without the pyc/pyo files. "gdb" does not. But "glib2-devel" does: /usr/share/glib-2.0/gdb/glib.py /usr/share/glib-2.0/gdb/gobject.py due to: %exclude %{_datadir}/glib-2.0/gdb/*.pyo %exclude %{_datadir}/glib-2.0/gdb/*.pyc Present in: glib2-2.22.3-2.fc12 *** This bug has been marked as a duplicate of bug 528554 *** |