Bug 986876
Summary: | RFE: Disallow core dump upload entirely | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | |
Component: | abrt | Assignee: | Matej Habrnal <mhabrnal> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | medium | |||
Version: | 21 | CC: | abrt-devel-list, collura, dvlasenk, fedora, iprikryl, jfilak, mmilata, rvokal | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | gnome-abrt-1.0.0-3.fc21 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1240516 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-30 20:20:09 UTC | Type: | Bug | |
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: | 1240516 |
Description
David Woodhouse
2013-07-22 10:13:01 UTC
I can't even check the "don't ask me again" box when it asks if it's OK to use the retrace server, and then click 'No'. If I check the box, the only button that's still usable is the 'Yes' button! Hello! The external retrace server can be easily removed from the reporting process by modification of ABRT configuration files but it is not possible to prevent users from accessing coredumps stored in their problem directories. 1.) replace analyze_CCpp event by analyze_LocalGDB in report-gui and report-cli events definition: $ sed 's/-e analyze_CCpp/-e analyze_LocalGDB/' -i /etc/libreport/events.d/ccpp_event.conf 2.) replace analyze_CCPP event by analyze_LocalDGB in Fedora workflow: $ sed 's/analyze_CCpp/analyze_LocalGDB/' -i /etc/libreport/workflows/workflow_Fedora.xml In the default configuration coredumps can be attached to bugzilla but only on user request. The configuration can be tweaked to prevent users from attaching coredumps to bugzilla during the standard reporting process. 1.) remove coredump from the list of attachable items $ sed 's/<exclude-items-by-default>coredump,/<exclude-items-by-default>/' -i /etc/libreport/events/report_Bugzilla.xml 2.) add coredump to the list of forbidden items $ sed 's/<exclude-items-always\/>/<exclude-items-always>coredump<\/exclude-items-always>/' -i /etc/libreport/events/report_Bugzilla.xml There is no possibility to prevent users from enabling the automatic bug reporting. In the default configuration the automatic bug reporting sends a micro-report to ABRT server. The micro-report is a simplified backtrace without any private and security sensitive data. Therefore, no one has ever expected that someone will consider it problematic. You can set AutoreportingEvent option in /etc/abrt/abrt.conf to non-existing event (or better to a dummy event which does nothing) to make the automatic bug reporting functionless but the user can override this configuration in his configuration file. The 'No' response must not be saved because it would completely disable the bug reporting. That's really useful information; thank you. I'm sure I'll be able to persuade the IT Security folks to allow me to leave abrt enabled, with this. It's OK for users to access coredumps on their own machines; we just didn't want them getting *uploaded* to non-$COMPANY machines. I'm still a little confused about why the 'no' response about using the *retrace* server can't be saved. If I press 'no', it downloads debuginfo packages and generates the backtrace locally. Couldn't it just do that every time? But that isn't important since you seem to have told me how to remove the external retrace server, so the question doesn't even get *asked*. That's the equivalent of saving the 'no' answer, unless I'm misunderstanding something. Do'h, I though that we've fixed this flaw but we've decided to not spend time fixing this problem (~1 day of coding, X new bugs, complex code) because it's possible to remove the retrace server analysis from the reporting process in the configuration. This is a relic of the old implementation in which the 'No' response stopped reporting of the crash because there was no fallback to the local analysis. This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. This upstream commits fixes the issue: https://github.com/abrt/abrt/commit/40f8bf9c43d723ce9b0534d35908e3fbe496b4df https://github.com/abrt/abrt/commit/6a002efafad455a0074de843499e60d6986ba092 https://github.com/abrt/libreport/commit/59a48e866d7bb5727a0a1258b41ebda977224b81 https://github.com/abrt/libreport/commit/c319a2052c19b2dda20049d6aba3417821d5e4d0 https://github.com/abrt/libreport/commit/bc20571d39cbea1b6ebf39a018b2fd8b0351afda gnome-abrt-1.0.0-2.fc21, abrt-2.3.0-6.fc21, libreport-2.3.0-8.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/gnome-abrt-1.0.0-2.fc21,abrt-2.3.0-6.fc21,libreport-2.3.0-8.fc21 Package gnome-abrt-1.0.0-2.fc21, abrt-2.3.0-6.fc21, libreport-2.3.0-8.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-abrt-1.0.0-2.fc21 abrt-2.3.0-6.fc21 libreport-2.3.0-8.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10193/gnome-abrt-1.0.0-2.fc21,abrt-2.3.0-6.fc21,libreport-2.3.0-8.fc21 then log in and leave karma (feedback). Package gnome-abrt-1.0.0-3.fc21, abrt-2.3.0-7.fc21, libreport-2.3.0-8.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-abrt-1.0.0-3.fc21 abrt-2.3.0-7.fc21 libreport-2.3.0-8.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10193/gnome-abrt-1.0.0-3.fc21,abrt-2.3.0-7.fc21,libreport-2.3.0-8.fc21 then log in and leave karma (feedback). gnome-abrt-1.0.0-3.fc21, abrt-2.3.0-7.fc21, libreport-2.3.0-8.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. This bug is still not fixed in Fedora 22 with gnome-abrt 1.2.0-2, abrt-2.6.0-1 and libreport-2.6.0-1 |