This file is indexed.

/usr/lib/python3/dist-packages/plainbox/impl/providers/exporters/units/exporter.pxu is in python3-plainbox 0.25-1.

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
unit: exporter
id: hexr
_summary: Generate XML (for certification)
entry_point: jinja2
file_extension: xml
data: {"template": "hexr.xml"}

unit: exporter
id: html
_summary: Generate a standalone HTML
entry_point: jinja2
file_extension: html
data: {"template": "checkbox.html"}

unit: exporter
id: json
_summary: Generate JSON output
entry_point: json
file_extension: json

unit: exporter
id: rfc822
_summary: Generate RCF822 output
entry_point: rfc822
file_extension: rfc822

unit: exporter
id: text
_summary: Generate plain text output
entry_point: text
file_extension: txt

unit: exporter
id: xlsx
_summary: Generate an Excel 2007+ XLSX document
entry_point: xlsx
file_extension: xlsx