Comment 1 for bug 870003

Revision history for this message
Martin Pitt (pitti) wrote :

For this Apport should introduce a concept of hooks which run at crash time instead of at report time. These need to be:

 - very cheap and quick
 - can't have any interactivity
 - need to be very small and safe as they run as root

an additional idea is to mark them if they should be run as root or as the same user as the process that crashed.