Comment 5 for bug 824799

Revision history for this message
Brian Murray (brian-murray) wrote :

The problematic part looks to be the following (particularly the if statement):

    if os.access(f, os.R_OK):
        report[ident] = (f,)
    else:
        apport.hookutils.attach_root_command_outputs(report,
            {ident: "cat '%s'" % f})