provide a framework to blacklist on the basis of packages
Bug #1078819 reported by
Ritesh Raj Sarraf
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apport |
Confirmed
|
Low
|
Unassigned |
Bug Description
In its current form, blacklisting in apport is done using full file path, per file.
This is good enough to cover crashes that will occur in the specific binary/library.
I have users requesting to provide an option to completely opt-out of apport bug reports. This would mean report related to packaing - debconf/
This is a feature request to provide a blacklisting mechanism on the basis of package names.
Changed in apport: | |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
Actually /etc/default/apport is meant to provide this globally, with "enabled = 0". At least signal and Python crashes respect this. Other things like apt are supposed to call /usr/share/ apport/ is-enabled or check /etc/default/apport before they write a report.
On a per-package basis this could be implemented with a new set of blacklist files, but it might actually be easier to implement it as a global hook. How do you want the blacklist to look like? For Debian I suppose it should be something that a package maintainer can change, such as a tag in debian/control, a debtag, or a collab-maint repo?