This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/local.txt is in plainbox-provider-checkbox 0.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
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
name: __audio__
plugin: local
description: Audio tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/audio.txt?(.in)

name: __benchmarks__
plugin: local
description: Benchmarks tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/benchmarks.txt?(.in)

name: __bluetooth__
plugin: local
description: Bluetooth tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/bluetooth.txt?(.in)

name: __camera__
plugin: local
description: Camera tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/camera.txt?(.in)

name: __codecs__
plugin: local
description: Codec tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/codecs.txt?(.in)

name: __cpu__
plugin: local
description: CPU tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/cpu.txt?(.in)

name: __daemons__
plugin: local
description: System Daemon tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/daemons.txt?(.in)

name: __disk__
plugin: local
description: Disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/disk.txt?(.in)

name: __ethernet__
plugin: local
description: Ethernet Device tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/ethernet.txt?(.in)

name: __esata__
plugin: local
description: eSATA disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/esata.txt?(.in)

name: __fingerprint__
plugin: local
description: Fingerprint reader tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/fingerprint.txt?(.in)

name: __firewire__
plugin: local
description: Firewire disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/firewire.txt?(.in)

name: __firmware__
plugin: local
description: Firmware tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/firmware.txt?(.in)

name: __floppy__
plugin: local
description: Floppy disk tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/floppy.txt?(.in)

name: __graphics__
plugin: local
description: Graphics tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/graphics.txt?(.in)

name: __hibernate__
plugin: local
description: Hibernation tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/hibernate.txt?(.in)

name: __info__
plugin: local
description: Informational tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/info.txt?(.in)

name: __input__
plugin: local
description: Input Devices tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/input.txt?(.in)

name: __install__
plugin: local
description: Software Installation tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/install.txt?(.in)

name: __keys__
plugin: local
description: Hotkey tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/keys.txt?(.in)

name: __led__
plugin: local
description: LED tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/led.txt?(.in)

name: __mediacard__
plugin: local
description: Media Card tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/mediacard.txt?(.in)

name: __memory__
plugin: local
description: Memory tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/memory.txt?(.in)

name: __rendercheck__
plugin: local
description: Rendercheck tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/rendercheck.txt?(.in)

name: __miscellanea__
plugin: local
description: Miscellaneous tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/miscellanea.txt?(.in)

name: __monitor__
plugin: local
description: Monitor tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/monitor.txt?(.in)

name: __networking__
plugin: local
description: Non-device specific networking tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/networking.txt?(.in)

name: __optical__
plugin: local
description: Optical Drive tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/optical.txt?(.in)

name: __panel_clock__
plugin: local
description: Panel Clock Verification tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/panel_clock_test.txt?(.in)

name: __panel_reboot__
plugin: local
description: Panel Reboot Verification tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/panel_reboot.txt?(.in)

name: __expresscard__
plugin: local
description: ExpressCard tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/expresscard.txt?(.in)

name: __peripheral__
plugin: local
description: Peripheral tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/peripheral.txt?(.in)

name: __piglit__
plugin: local
description: Piglit tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/piglit.txt?(.in)

name: __power-management__
plugin: local
description: Power Management tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/power-management.txt?(.in)

name: __server-services__
plugin: local
description: Server Services checks
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/server-services.txt?(.in)

name: __suspend__
plugin: local
description: Suspend tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/suspend.txt?(.in)

name: __touchpad__
plugin: local
description: Touchpad tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/touchpad.txt?(.in)

name: __touchscreen__
plugin: local
description: Touchscreen tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/touchscreen.txt?(.in)

name: __usb__
plugin: local
description: USB tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/usb.txt?(.in)

name: __user_apps__
plugin: local
description: User Applications
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/user_apps.txt?(.in)

name: __virtualization__
plugin: local
description: Virtualization tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/virtualization.txt?(.in)

name: __wireless__
plugin: local
description: Wireless networking tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/wireless.txt?(.in)

name: __mobilebroadband__
plugin: local
description: Mobile broadband tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/mobilebroadband.txt?(.in)

name: __stress__
plugin: local
description: Stress tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/stress.txt?(.in)

name: __smoke__
plugin: local
description: Smoke tests
command:
  shopt -s extglob
  cat $CHECKBOX_SHARE/jobs/smoke.txt?(.in)

name: __sniff__
plugin: local
description: Sniff Sniffers
command:
 shopt -s extglob
 cat $CHECKBOX_SHARE/jobs/sniff.txt?(.in)