This file is indexed.

/usr/share/apport/package-hooks/source_nux.py is in nux-tools 2.10.0-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
5
6
import apport.packaging

def add_info(report, ui):
    # add all relevant info like xorg ones
    report.add_hooks_info(ui, srcpackage='xorg')