This file is indexed.

/usr/share/apport/package-hooks/source_console-setup.py is in keyboard-configuration 1.70ubuntu8.

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
'''apport package hook for console-setup

Copyright (C) 2009 Canonical Ltd.
Author: Colin Watson <cjwatson@ubuntu.com>
'''

import apport.hookutils

def add_info(report):
    apport.hookutils.attach_file_if_exists(
        report, '/etc/default/keyboard', 'Keyboard')
    apport.hookutils.attach_file_if_exists(
        report, '/etc/default/console-setup', 'ConsoleSetup')