This file is indexed.

/usr/share/apport/package-hooks/source_telepathy-mission-control-5.py is in telepathy-mission-control-5 1:5.16.1-1ubuntu3.

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
13
14
15
16
17
18
19
'''apport package hook for itelepathy-mission-control

(c) 2011 Canonical Ltd.
Author:
Jamie Strandboge <jamie@ubuntu.com>

'''

from apport.hookutils import *
from os import path
import re

def add_info(report):
    attach_conffiles(report, 'telepathy-mission-control-5')
    attach_related_packages(report, ['apparmor', 'libapparmor1',
        'libapparmor-perl', 'apparmor-utils', 'auditd', 'libaudit0'])

    attach_mac_events(report, ['/usr/lib/telepathy/mission-control-5',
                               '/usr/lib/telepathy/telepathy-.*'])