This file is indexed.

/usr/lib/python3/dist-packages/plainbox/impl/providers/stubbox/whitelists/stub.whitelist 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
22
# Shell job that always works
stub/true
# Shell job that always fails
stub/false
# User-* Job collection
stub/user-verify
stub/user-interact
stub/user-interact-verify
# A manual job
stub/manual
# A shell job with a dependency that always works
stub/dependency/good
# A shell job with a dependency that always fails
stub/dependency/bad
# A shell job that requires a resource which is available
stub/requirement/good
# A shell job that requires a resource which is not available
stub/requirement/bad
__local__
stub/local/true
stub/multilevel
stub/multilevel.*