This file is indexed.

/usr/share/apport/package-hooks/source_fontconfig.py is in fontconfig 2.11.94-0ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
import os, apport.packaging, apport.hookutils

def add_info(report):
	apport.hookutils.attach_file_if_exists(report, '/var/log/fontconfig.log', 'FontConfigLog')