This file is indexed.

/usr/share/apport/package-hooks/fso-gsmd.py is in fso-gsmd 0.12.0-1ubuntu2.

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
###############################################################################
# apport package hook for fso-gsmd
# (c) 2012 Simon Busch
###############################################################################

import apport.hookutils

def add_info(report):
    attach_file_if_exists(report, '/var/log/fsogsmd.log', key='FsoGsmdLog')