This file is indexed.

/usr/lib/python3/dist-packages/plainbox/impl/providers/stubbox/jobs/multilevel.txt.in is in python3-plainbox 0.5.3-2.

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
id: stub/multilevel
_summary: A generated generator job that generates two more jobs
_description: Multilevel tests
plugin: local
command:
 cat <<'EOF'
 id: stub/multilevel_1
 _summary: Generated multi-level job 1
 _description: This is just a sample multilevel test. Test 1.
 plugin: shell
 command: echo 1
 EOF
 echo ""
 cat <<'EOF'
 id: stub/multilevel_2
 _summary: Generated multi-level job 2
 _description: This is just a sample multilevel test. Test 2.
 plugin: shell
 command: echo 2
 EOF
 echo ""