This file is indexed.

/usr/share/apport/package-hooks/ubuntu-drivers-common.py is in ubuntu-drivers-common 1:0.5.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
# apport package hook for ubuntu-drivers-common
# (c) 2012 Canonical Ltdt.
# Author: Martin Pitt <martin.pitt@ubuntu.com>

import apport.hookutils

def add_info(report, ui):
    report['UbuntuDriversDebug'] = apport.hookutils.command_output(['ubuntu-drivers', 'debug'])