This file is indexed.

/usr/share/apport/package-hooks/source_alsa-driver.py is in alsa-base 1.0.25+dfsg-0ubuntu5.

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
 9
10
11
12
'''apport package hook for ALSA packages

(c) 2009 Canonical Ltd.
Author:
Matt Zimmerman <mdz@ubuntu.com>

'''

from apport.hookutils import *

def add_info(report):
	attach_alsa(report)