fauxhai 5.4.0 → 5.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -1
- data/lib/fauxhai/platforms/amazon/2017.09.json +666 -0
- data/lib/fauxhai/platforms/debian/9.2.json +3089 -0
- data/lib/fauxhai/platforms/mac_os_x/10.13.json +1358 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +5 -2
@@ -0,0 +1,1358 @@
|
|
1
|
+
{
|
2
|
+
"chef_packages": {
|
3
|
+
"chef": {
|
4
|
+
"version": "13.6.0",
|
5
|
+
"chef_root": "/Users/tsmith/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chef-13.6.0/lib"
|
6
|
+
},
|
7
|
+
"ohai": {
|
8
|
+
"version": "13.6.0",
|
9
|
+
"ohai_root": "/Users/tsmith/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/ohai-13.6.0/lib/ohai"
|
10
|
+
}
|
11
|
+
},
|
12
|
+
"command": {
|
13
|
+
"ps": "ps -ef"
|
14
|
+
},
|
15
|
+
"counters": {
|
16
|
+
"network": {
|
17
|
+
"interfaces": {
|
18
|
+
"lo": {
|
19
|
+
"tx": {
|
20
|
+
"queuelen": "1",
|
21
|
+
"bytes": 0,
|
22
|
+
"packets": 0,
|
23
|
+
"errors": 0,
|
24
|
+
"drop": 0,
|
25
|
+
"carrier": 0,
|
26
|
+
"collisions": 0
|
27
|
+
},
|
28
|
+
"rx": {
|
29
|
+
"bytes": 0,
|
30
|
+
"packets": 0,
|
31
|
+
"errors": 0,
|
32
|
+
"drop": 0,
|
33
|
+
"overrun": 0
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"en0": {
|
37
|
+
"rx": {
|
38
|
+
"bytes": 0,
|
39
|
+
"packets": 0,
|
40
|
+
"errors": 0,
|
41
|
+
"drop": 0,
|
42
|
+
"overrun": 0,
|
43
|
+
"frame": 0,
|
44
|
+
"compressed": 0,
|
45
|
+
"multicast": 0
|
46
|
+
},
|
47
|
+
"tx": {
|
48
|
+
"bytes": 0,
|
49
|
+
"packets": 0,
|
50
|
+
"errors": 0,
|
51
|
+
"drop": 0,
|
52
|
+
"overrun": 0,
|
53
|
+
"collisions": 0,
|
54
|
+
"carrier": 0,
|
55
|
+
"compressed": 0
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"cpu": {
|
62
|
+
"real": 1,
|
63
|
+
"total": 1,
|
64
|
+
"cores": 1
|
65
|
+
},
|
66
|
+
"current_user": "fauxhai",
|
67
|
+
"dmi": {
|
68
|
+
},
|
69
|
+
"domain": "local",
|
70
|
+
"etc": {
|
71
|
+
"passwd": {
|
72
|
+
"fauxhai": {
|
73
|
+
"dir": "/home/fauxhai",
|
74
|
+
"gid": 0,
|
75
|
+
"uid": 0,
|
76
|
+
"shell": "/bin/bash",
|
77
|
+
"gecos": "Fauxhai"
|
78
|
+
}
|
79
|
+
},
|
80
|
+
"group": {
|
81
|
+
"fauxhai": {
|
82
|
+
"gid": 0,
|
83
|
+
"members": [
|
84
|
+
"fauxhai"
|
85
|
+
]
|
86
|
+
}
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"filesystem": {
|
90
|
+
"by_device": {
|
91
|
+
"/dev/disk1s1": {
|
92
|
+
"block_size": 512,
|
93
|
+
"kb_size": "488347692",
|
94
|
+
"kb_used": "448811632",
|
95
|
+
"kb_available": "37801628",
|
96
|
+
"percent_used": "93%",
|
97
|
+
"inodes_used": "2014691",
|
98
|
+
"inodes_available": "9223372036852761116",
|
99
|
+
"total_inodes": "9223372036854775807",
|
100
|
+
"inodes_percent_used": "0%",
|
101
|
+
"fs_type": "apfs",
|
102
|
+
"mount_options": [
|
103
|
+
"local",
|
104
|
+
"journaled"
|
105
|
+
],
|
106
|
+
"mounts": [
|
107
|
+
"/"
|
108
|
+
]
|
109
|
+
},
|
110
|
+
"devfs": {
|
111
|
+
"block_size": 512,
|
112
|
+
"kb_size": "188",
|
113
|
+
"kb_used": "188",
|
114
|
+
"kb_available": "0",
|
115
|
+
"percent_used": "100%",
|
116
|
+
"inodes_used": "655",
|
117
|
+
"inodes_available": "0",
|
118
|
+
"total_inodes": "655",
|
119
|
+
"inodes_percent_used": "100%",
|
120
|
+
"fs_type": "devfs",
|
121
|
+
"mount_options": [
|
122
|
+
"local",
|
123
|
+
"nobrowse"
|
124
|
+
],
|
125
|
+
"mounts": [
|
126
|
+
"/dev"
|
127
|
+
]
|
128
|
+
},
|
129
|
+
"/dev/disk1s4": {
|
130
|
+
"block_size": 512,
|
131
|
+
"kb_size": "488347692",
|
132
|
+
"kb_used": "1048596",
|
133
|
+
"kb_available": "37801628",
|
134
|
+
"percent_used": "3%",
|
135
|
+
"inodes_used": "1",
|
136
|
+
"inodes_available": "9223372036854775806",
|
137
|
+
"total_inodes": "9223372036854775807",
|
138
|
+
"inodes_percent_used": "0%",
|
139
|
+
"fs_type": "apfs",
|
140
|
+
"mount_options": [
|
141
|
+
"local",
|
142
|
+
"noexec",
|
143
|
+
"journaled",
|
144
|
+
"noatime",
|
145
|
+
"nobrowse"
|
146
|
+
],
|
147
|
+
"mounts": [
|
148
|
+
"/private/var/vm"
|
149
|
+
]
|
150
|
+
},
|
151
|
+
"map -hosts": {
|
152
|
+
"block_size": 512,
|
153
|
+
"kb_size": "0",
|
154
|
+
"kb_used": "0",
|
155
|
+
"kb_available": "0",
|
156
|
+
"percent_used": "100%",
|
157
|
+
"inodes_used": "0",
|
158
|
+
"inodes_available": "0",
|
159
|
+
"total_inodes": "0",
|
160
|
+
"inodes_percent_used": "100%",
|
161
|
+
"fs_type": "autofs",
|
162
|
+
"mount_options": [
|
163
|
+
"nosuid",
|
164
|
+
"automounted",
|
165
|
+
"nobrowse"
|
166
|
+
],
|
167
|
+
"mounts": [
|
168
|
+
"/net"
|
169
|
+
]
|
170
|
+
},
|
171
|
+
"map auto_home": {
|
172
|
+
"block_size": 512,
|
173
|
+
"kb_size": "0",
|
174
|
+
"kb_used": "0",
|
175
|
+
"kb_available": "0",
|
176
|
+
"percent_used": "100%",
|
177
|
+
"inodes_used": "0",
|
178
|
+
"inodes_available": "0",
|
179
|
+
"total_inodes": "0",
|
180
|
+
"inodes_percent_used": "100%",
|
181
|
+
"fs_type": "autofs",
|
182
|
+
"mount_options": [
|
183
|
+
"automounted",
|
184
|
+
"nobrowse"
|
185
|
+
],
|
186
|
+
"mounts": [
|
187
|
+
"/home"
|
188
|
+
]
|
189
|
+
}
|
190
|
+
},
|
191
|
+
"by_mountpoint": {
|
192
|
+
"/": {
|
193
|
+
"block_size": 512,
|
194
|
+
"kb_size": "488347692",
|
195
|
+
"kb_used": "448811632",
|
196
|
+
"kb_available": "37801628",
|
197
|
+
"percent_used": "93%",
|
198
|
+
"inodes_used": "2014691",
|
199
|
+
"inodes_available": "9223372036852761116",
|
200
|
+
"total_inodes": "9223372036854775807",
|
201
|
+
"inodes_percent_used": "0%",
|
202
|
+
"fs_type": "apfs",
|
203
|
+
"mount_options": [
|
204
|
+
"local",
|
205
|
+
"journaled"
|
206
|
+
],
|
207
|
+
"devices": [
|
208
|
+
"/dev/disk1s1"
|
209
|
+
]
|
210
|
+
},
|
211
|
+
"/dev": {
|
212
|
+
"block_size": 512,
|
213
|
+
"kb_size": "188",
|
214
|
+
"kb_used": "188",
|
215
|
+
"kb_available": "0",
|
216
|
+
"percent_used": "100%",
|
217
|
+
"inodes_used": "655",
|
218
|
+
"inodes_available": "0",
|
219
|
+
"total_inodes": "655",
|
220
|
+
"inodes_percent_used": "100%",
|
221
|
+
"fs_type": "devfs",
|
222
|
+
"mount_options": [
|
223
|
+
"local",
|
224
|
+
"nobrowse"
|
225
|
+
],
|
226
|
+
"devices": [
|
227
|
+
"devfs"
|
228
|
+
]
|
229
|
+
},
|
230
|
+
"/private/var/vm": {
|
231
|
+
"block_size": 512,
|
232
|
+
"kb_size": "488347692",
|
233
|
+
"kb_used": "1048596",
|
234
|
+
"kb_available": "37801628",
|
235
|
+
"percent_used": "3%",
|
236
|
+
"inodes_used": "1",
|
237
|
+
"inodes_available": "9223372036854775806",
|
238
|
+
"total_inodes": "9223372036854775807",
|
239
|
+
"inodes_percent_used": "0%",
|
240
|
+
"fs_type": "apfs",
|
241
|
+
"mount_options": [
|
242
|
+
"local",
|
243
|
+
"noexec",
|
244
|
+
"journaled",
|
245
|
+
"noatime",
|
246
|
+
"nobrowse"
|
247
|
+
],
|
248
|
+
"devices": [
|
249
|
+
"/dev/disk1s4"
|
250
|
+
]
|
251
|
+
},
|
252
|
+
"/net": {
|
253
|
+
"block_size": 512,
|
254
|
+
"kb_size": "0",
|
255
|
+
"kb_used": "0",
|
256
|
+
"kb_available": "0",
|
257
|
+
"percent_used": "100%",
|
258
|
+
"inodes_used": "0",
|
259
|
+
"inodes_available": "0",
|
260
|
+
"total_inodes": "0",
|
261
|
+
"inodes_percent_used": "100%",
|
262
|
+
"fs_type": "autofs",
|
263
|
+
"mount_options": [
|
264
|
+
"nosuid",
|
265
|
+
"automounted",
|
266
|
+
"nobrowse"
|
267
|
+
],
|
268
|
+
"devices": [
|
269
|
+
"map -hosts"
|
270
|
+
]
|
271
|
+
},
|
272
|
+
"/home": {
|
273
|
+
"block_size": 512,
|
274
|
+
"kb_size": "0",
|
275
|
+
"kb_used": "0",
|
276
|
+
"kb_available": "0",
|
277
|
+
"percent_used": "100%",
|
278
|
+
"inodes_used": "0",
|
279
|
+
"inodes_available": "0",
|
280
|
+
"total_inodes": "0",
|
281
|
+
"inodes_percent_used": "100%",
|
282
|
+
"fs_type": "autofs",
|
283
|
+
"mount_options": [
|
284
|
+
"automounted",
|
285
|
+
"nobrowse"
|
286
|
+
],
|
287
|
+
"devices": [
|
288
|
+
"map auto_home"
|
289
|
+
]
|
290
|
+
}
|
291
|
+
},
|
292
|
+
"by_pair": {
|
293
|
+
"/dev/disk1s1,/": {
|
294
|
+
"block_size": 512,
|
295
|
+
"device": "/dev/disk1s1",
|
296
|
+
"kb_size": "488347692",
|
297
|
+
"kb_used": "448811632",
|
298
|
+
"kb_available": "37801628",
|
299
|
+
"percent_used": "93%",
|
300
|
+
"inodes_used": "2014691",
|
301
|
+
"inodes_available": "9223372036852761116",
|
302
|
+
"total_inodes": "9223372036854775807",
|
303
|
+
"inodes_percent_used": "0%",
|
304
|
+
"mount": "/",
|
305
|
+
"fs_type": "apfs",
|
306
|
+
"mount_options": [
|
307
|
+
"local",
|
308
|
+
"journaled"
|
309
|
+
]
|
310
|
+
},
|
311
|
+
"devfs,/dev": {
|
312
|
+
"block_size": 512,
|
313
|
+
"device": "devfs",
|
314
|
+
"kb_size": "188",
|
315
|
+
"kb_used": "188",
|
316
|
+
"kb_available": "0",
|
317
|
+
"percent_used": "100%",
|
318
|
+
"inodes_used": "655",
|
319
|
+
"inodes_available": "0",
|
320
|
+
"total_inodes": "655",
|
321
|
+
"inodes_percent_used": "100%",
|
322
|
+
"mount": "/dev",
|
323
|
+
"fs_type": "devfs",
|
324
|
+
"mount_options": [
|
325
|
+
"local",
|
326
|
+
"nobrowse"
|
327
|
+
]
|
328
|
+
},
|
329
|
+
"/dev/disk1s4,/private/var/vm": {
|
330
|
+
"block_size": 512,
|
331
|
+
"device": "/dev/disk1s4",
|
332
|
+
"kb_size": "488347692",
|
333
|
+
"kb_used": "1048596",
|
334
|
+
"kb_available": "37801628",
|
335
|
+
"percent_used": "3%",
|
336
|
+
"inodes_used": "1",
|
337
|
+
"inodes_available": "9223372036854775806",
|
338
|
+
"total_inodes": "9223372036854775807",
|
339
|
+
"inodes_percent_used": "0%",
|
340
|
+
"mount": "/private/var/vm",
|
341
|
+
"fs_type": "apfs",
|
342
|
+
"mount_options": [
|
343
|
+
"local",
|
344
|
+
"noexec",
|
345
|
+
"journaled",
|
346
|
+
"noatime",
|
347
|
+
"nobrowse"
|
348
|
+
]
|
349
|
+
},
|
350
|
+
"map -hosts,/net": {
|
351
|
+
"block_size": 512,
|
352
|
+
"device": "map -hosts",
|
353
|
+
"kb_size": "0",
|
354
|
+
"kb_used": "0",
|
355
|
+
"kb_available": "0",
|
356
|
+
"percent_used": "100%",
|
357
|
+
"inodes_used": "0",
|
358
|
+
"inodes_available": "0",
|
359
|
+
"total_inodes": "0",
|
360
|
+
"inodes_percent_used": "100%",
|
361
|
+
"mount": "/net",
|
362
|
+
"fs_type": "autofs",
|
363
|
+
"mount_options": [
|
364
|
+
"nosuid",
|
365
|
+
"automounted",
|
366
|
+
"nobrowse"
|
367
|
+
]
|
368
|
+
},
|
369
|
+
"map auto_home,/home": {
|
370
|
+
"block_size": 512,
|
371
|
+
"device": "map auto_home",
|
372
|
+
"kb_size": "0",
|
373
|
+
"kb_used": "0",
|
374
|
+
"kb_available": "0",
|
375
|
+
"percent_used": "100%",
|
376
|
+
"inodes_used": "0",
|
377
|
+
"inodes_available": "0",
|
378
|
+
"total_inodes": "0",
|
379
|
+
"inodes_percent_used": "100%",
|
380
|
+
"mount": "/home",
|
381
|
+
"fs_type": "autofs",
|
382
|
+
"mount_options": [
|
383
|
+
"automounted",
|
384
|
+
"nobrowse"
|
385
|
+
]
|
386
|
+
}
|
387
|
+
}
|
388
|
+
},
|
389
|
+
"fqdn": "fauxhai.local",
|
390
|
+
"hostname": "Fauxhai",
|
391
|
+
"idle": "30 days 15 hours 07 minutes 30 seconds",
|
392
|
+
"idletime_seconds": 2646450,
|
393
|
+
"ipaddress": "10.0.0.2",
|
394
|
+
"kernel": {
|
395
|
+
"name": "Darwin",
|
396
|
+
"release": "17.2.0",
|
397
|
+
"version": "Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/RELEASE_X86_64",
|
398
|
+
"machine": "x86_64",
|
399
|
+
"processor": "i386",
|
400
|
+
"os": "Darwin",
|
401
|
+
"modules": {
|
402
|
+
"com.apple.kec.corecrypto": {
|
403
|
+
"version": "1.0",
|
404
|
+
"size": 712704,
|
405
|
+
"index": "8",
|
406
|
+
"refcount": "9"
|
407
|
+
},
|
408
|
+
"com.apple.kec.Libm": {
|
409
|
+
"version": "1",
|
410
|
+
"size": 65536,
|
411
|
+
"index": "9",
|
412
|
+
"refcount": "1"
|
413
|
+
},
|
414
|
+
"com.apple.kec.pthread": {
|
415
|
+
"version": "1",
|
416
|
+
"size": 61440,
|
417
|
+
"index": "10",
|
418
|
+
"refcount": "0"
|
419
|
+
},
|
420
|
+
"com.apple.iokit.IOACPIFamily": {
|
421
|
+
"version": "1.4",
|
422
|
+
"size": 36864,
|
423
|
+
"index": "11",
|
424
|
+
"refcount": "32"
|
425
|
+
},
|
426
|
+
"com.apple.iokit.IOPCIFamily": {
|
427
|
+
"version": "2.9",
|
428
|
+
"size": 217088,
|
429
|
+
"index": "12",
|
430
|
+
"refcount": "39"
|
431
|
+
},
|
432
|
+
"com.apple.driver.AppleSMC": {
|
433
|
+
"version": "3.1.9",
|
434
|
+
"size": 118784,
|
435
|
+
"index": "13",
|
436
|
+
"refcount": "9"
|
437
|
+
},
|
438
|
+
"com.apple.driver.AppleSMCRTC": {
|
439
|
+
"version": "1.0",
|
440
|
+
"size": 28672,
|
441
|
+
"index": "14",
|
442
|
+
"refcount": "1"
|
443
|
+
},
|
444
|
+
"com.apple.driver.AppleACPIPlatform": {
|
445
|
+
"version": "6.1",
|
446
|
+
"size": 638976,
|
447
|
+
"index": "15",
|
448
|
+
"refcount": "2"
|
449
|
+
},
|
450
|
+
"com.apple.iokit.IOReportFamily": {
|
451
|
+
"version": "31",
|
452
|
+
"size": 28672,
|
453
|
+
"index": "16",
|
454
|
+
"refcount": "5"
|
455
|
+
},
|
456
|
+
"com.apple.driver.IOSlaveProcessor": {
|
457
|
+
"version": "1",
|
458
|
+
"size": 28672,
|
459
|
+
"index": "17",
|
460
|
+
"refcount": "3"
|
461
|
+
},
|
462
|
+
"com.apple.driver.AppleSEPManager": {
|
463
|
+
"version": "1.0.1",
|
464
|
+
"size": 94208,
|
465
|
+
"index": "18",
|
466
|
+
"refcount": "2"
|
467
|
+
},
|
468
|
+
"com.apple.driver.AppleBusPowerController": {
|
469
|
+
"version": "1.0",
|
470
|
+
"size": 32768,
|
471
|
+
"index": "19",
|
472
|
+
"refcount": "1"
|
473
|
+
},
|
474
|
+
"com.apple.driver.usb.AppleUSBCommon": {
|
475
|
+
"version": "1.0",
|
476
|
+
"size": 32768,
|
477
|
+
"index": "20",
|
478
|
+
"refcount": "8"
|
479
|
+
},
|
480
|
+
"com.apple.iokit.IOUSBHostFamily": {
|
481
|
+
"version": "1.2",
|
482
|
+
"size": 491520,
|
483
|
+
"index": "21",
|
484
|
+
"refcount": "19"
|
485
|
+
},
|
486
|
+
"com.apple.driver.KernelRelayHost": {
|
487
|
+
"version": "1",
|
488
|
+
"size": 110592,
|
489
|
+
"index": "22",
|
490
|
+
"refcount": "3"
|
491
|
+
},
|
492
|
+
"com.apple.driver.AppleCredentialManager": {
|
493
|
+
"version": "1.0",
|
494
|
+
"size": 163840,
|
495
|
+
"index": "23",
|
496
|
+
"refcount": "1"
|
497
|
+
},
|
498
|
+
"com.apple.iokit.IOStorageFamily": {
|
499
|
+
"version": "2.1",
|
500
|
+
"size": 159744,
|
501
|
+
"index": "24",
|
502
|
+
"refcount": "8"
|
503
|
+
},
|
504
|
+
"com.apple.iokit.IOSCSIArchitectureModelFamily": {
|
505
|
+
"version": "404.20.1",
|
506
|
+
"size": 176128,
|
507
|
+
"index": "25",
|
508
|
+
"refcount": "4"
|
509
|
+
},
|
510
|
+
"com.apple.iokit.IOSCSIBlockCommandsDevice": {
|
511
|
+
"version": "404.20.1",
|
512
|
+
"size": 102400,
|
513
|
+
"index": "26",
|
514
|
+
"refcount": "2"
|
515
|
+
},
|
516
|
+
"com.apple.iokit.IOUSBMassStorageDriver": {
|
517
|
+
"version": "140",
|
518
|
+
"size": 184320,
|
519
|
+
"index": "27",
|
520
|
+
"refcount": "2"
|
521
|
+
},
|
522
|
+
"com.apple.driver.AppleMobileFileIntegrity": {
|
523
|
+
"version": "1.0.5",
|
524
|
+
"size": 86016,
|
525
|
+
"index": "28",
|
526
|
+
"refcount": "5"
|
527
|
+
},
|
528
|
+
"com.apple.driver.AppleUSBTDM": {
|
529
|
+
"version": "439.20.7",
|
530
|
+
"size": 73728,
|
531
|
+
"index": "29",
|
532
|
+
"refcount": "1"
|
533
|
+
},
|
534
|
+
"com.apple.driver.AppleKeyStore": {
|
535
|
+
"version": "2",
|
536
|
+
"size": 401408,
|
537
|
+
"index": "30",
|
538
|
+
"refcount": "0"
|
539
|
+
},
|
540
|
+
"com.apple.driver.AppleFDEKeyStore": {
|
541
|
+
"version": "28.30",
|
542
|
+
"size": 45056,
|
543
|
+
"index": "31",
|
544
|
+
"refcount": "0"
|
545
|
+
},
|
546
|
+
"com.apple.driver.DiskImages": {
|
547
|
+
"version": "480.1.2",
|
548
|
+
"size": 102400,
|
549
|
+
"index": "32",
|
550
|
+
"refcount": "0"
|
551
|
+
},
|
552
|
+
"com.apple.iokit.IOBufferCopyEngineFamily": {
|
553
|
+
"version": "1",
|
554
|
+
"size": 49152,
|
555
|
+
"index": "33",
|
556
|
+
"refcount": "2"
|
557
|
+
},
|
558
|
+
"com.apple.IOBufferCopyEngineTest": {
|
559
|
+
"version": "1",
|
560
|
+
"size": 32768,
|
561
|
+
"index": "34",
|
562
|
+
"refcount": "0"
|
563
|
+
},
|
564
|
+
"com.apple.security.sandbox": {
|
565
|
+
"version": "300.0",
|
566
|
+
"size": 131072,
|
567
|
+
"index": "36",
|
568
|
+
"refcount": "1"
|
569
|
+
},
|
570
|
+
"com.apple.security.quarantine": {
|
571
|
+
"version": "3",
|
572
|
+
"size": 36864,
|
573
|
+
"index": "37",
|
574
|
+
"refcount": "0"
|
575
|
+
},
|
576
|
+
"com.apple.security.TMSafetyNet": {
|
577
|
+
"version": "8",
|
578
|
+
"size": 8192,
|
579
|
+
"index": "38",
|
580
|
+
"refcount": "0"
|
581
|
+
},
|
582
|
+
"com.apple.nke.applicationfirewall": {
|
583
|
+
"version": "183",
|
584
|
+
"size": 32768,
|
585
|
+
"index": "39",
|
586
|
+
"refcount": "0"
|
587
|
+
},
|
588
|
+
"com.apple.driver.AppleAPIC": {
|
589
|
+
"version": "1.7",
|
590
|
+
"size": 12288,
|
591
|
+
"index": "40",
|
592
|
+
"refcount": "0"
|
593
|
+
},
|
594
|
+
"com.apple.iokit.IOSMBusFamily": {
|
595
|
+
"version": "1.1",
|
596
|
+
"size": 16384,
|
597
|
+
"index": "41",
|
598
|
+
"refcount": "3"
|
599
|
+
},
|
600
|
+
"com.apple.driver.AppleACPIEC": {
|
601
|
+
"version": "6.1",
|
602
|
+
"size": 28672,
|
603
|
+
"index": "42",
|
604
|
+
"refcount": "0"
|
605
|
+
},
|
606
|
+
"com.apple.driver.AppleSMBIOS": {
|
607
|
+
"version": "2.1",
|
608
|
+
"size": 16384,
|
609
|
+
"index": "43",
|
610
|
+
"refcount": "0"
|
611
|
+
},
|
612
|
+
"com.apple.driver.AppleRTC": {
|
613
|
+
"version": "2.0",
|
614
|
+
"size": 32768,
|
615
|
+
"index": "44",
|
616
|
+
"refcount": "0"
|
617
|
+
},
|
618
|
+
"com.apple.driver.AppleHPET": {
|
619
|
+
"version": "1.8",
|
620
|
+
"size": 12288,
|
621
|
+
"index": "45",
|
622
|
+
"refcount": "0"
|
623
|
+
},
|
624
|
+
"com.apple.iokit.IOHIDFamily": {
|
625
|
+
"version": "2.0.0",
|
626
|
+
"size": 503808,
|
627
|
+
"index": "46",
|
628
|
+
"refcount": "10"
|
629
|
+
},
|
630
|
+
"com.apple.driver.AppleACPIButtons": {
|
631
|
+
"version": "6.1",
|
632
|
+
"size": 16384,
|
633
|
+
"index": "47",
|
634
|
+
"refcount": "0"
|
635
|
+
},
|
636
|
+
"com.apple.driver.AppleEFIRuntime": {
|
637
|
+
"version": "2.1",
|
638
|
+
"size": 20480,
|
639
|
+
"index": "48",
|
640
|
+
"refcount": "2"
|
641
|
+
},
|
642
|
+
"com.apple.driver.AppleSmartBatteryManager": {
|
643
|
+
"version": "161.0.0",
|
644
|
+
"size": 40960,
|
645
|
+
"index": "49",
|
646
|
+
"refcount": "0"
|
647
|
+
},
|
648
|
+
"com.apple.driver.AppleEFINVRAM": {
|
649
|
+
"version": "2.1",
|
650
|
+
"size": 45056,
|
651
|
+
"index": "50",
|
652
|
+
"refcount": "1"
|
653
|
+
},
|
654
|
+
"com.apple.driver.AppleUSBHostMergeProperties": {
|
655
|
+
"version": "1.2",
|
656
|
+
"size": 16384,
|
657
|
+
"index": "51",
|
658
|
+
"refcount": "1"
|
659
|
+
},
|
660
|
+
"com.apple.iokit.IOUSBFamily": {
|
661
|
+
"version": "900.4.1",
|
662
|
+
"size": 634880,
|
663
|
+
"index": "52",
|
664
|
+
"refcount": "4"
|
665
|
+
},
|
666
|
+
"com.apple.driver.usb.AppleUSBHostPacketFilter": {
|
667
|
+
"version": "1.0",
|
668
|
+
"size": 20480,
|
669
|
+
"index": "53",
|
670
|
+
"refcount": "0"
|
671
|
+
},
|
672
|
+
"com.apple.iokit.IOThunderboltFamily": {
|
673
|
+
"version": "6.5.8",
|
674
|
+
"size": 962560,
|
675
|
+
"index": "54",
|
676
|
+
"refcount": "5"
|
677
|
+
},
|
678
|
+
"com.apple.driver.AppleThunderboltNHI": {
|
679
|
+
"version": "4.5.6",
|
680
|
+
"size": 118784,
|
681
|
+
"index": "55",
|
682
|
+
"refcount": "0"
|
683
|
+
},
|
684
|
+
"com.apple.driver.AppleThunderboltPCIDownAdapter": {
|
685
|
+
"version": "2.1.3",
|
686
|
+
"size": 20480,
|
687
|
+
"index": "56",
|
688
|
+
"refcount": "0"
|
689
|
+
},
|
690
|
+
"com.apple.driver.AppleThunderboltDPAdapterFamily": {
|
691
|
+
"version": "5.0.2",
|
692
|
+
"size": 65536,
|
693
|
+
"index": "57",
|
694
|
+
"refcount": "1"
|
695
|
+
},
|
696
|
+
"com.apple.driver.AppleThunderboltDPInAdapter": {
|
697
|
+
"version": "5.0.2",
|
698
|
+
"size": 24576,
|
699
|
+
"index": "58",
|
700
|
+
"refcount": "0"
|
701
|
+
},
|
702
|
+
"com.apple.filesystems.hfs.encodings.kext": {
|
703
|
+
"version": "1",
|
704
|
+
"size": 32768,
|
705
|
+
"index": "59",
|
706
|
+
"refcount": "2"
|
707
|
+
},
|
708
|
+
"com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
|
709
|
+
"version": "1.0.0",
|
710
|
+
"size": 24576,
|
711
|
+
"index": "60",
|
712
|
+
"refcount": "0"
|
713
|
+
},
|
714
|
+
"com.apple.iokit.IONetworkingFamily": {
|
715
|
+
"version": "3.4",
|
716
|
+
"size": 196608,
|
717
|
+
"index": "61",
|
718
|
+
"refcount": "6"
|
719
|
+
},
|
720
|
+
"com.apple.BootCache": {
|
721
|
+
"version": "40",
|
722
|
+
"size": 53248,
|
723
|
+
"index": "62",
|
724
|
+
"refcount": "0"
|
725
|
+
},
|
726
|
+
"com.apple.filesystems.hfs.kext": {
|
727
|
+
"version": "407.1.3",
|
728
|
+
"size": 421888,
|
729
|
+
"index": "64",
|
730
|
+
"refcount": "0"
|
731
|
+
},
|
732
|
+
"com.apple.iokit.IOAHCIFamily": {
|
733
|
+
"version": "288",
|
734
|
+
"size": 106496,
|
735
|
+
"index": "66",
|
736
|
+
"refcount": "2"
|
737
|
+
},
|
738
|
+
"com.apple.driver.AppleAHCIPort": {
|
739
|
+
"version": "329",
|
740
|
+
"size": 81920,
|
741
|
+
"index": "67",
|
742
|
+
"refcount": "0"
|
743
|
+
},
|
744
|
+
"com.apple.driver.usb.AppleUSBXHCI": {
|
745
|
+
"version": "1.2",
|
746
|
+
"size": 311296,
|
747
|
+
"index": "68",
|
748
|
+
"refcount": "1"
|
749
|
+
},
|
750
|
+
"com.apple.driver.usb.AppleUSBXHCIPCI": {
|
751
|
+
"version": "1.2",
|
752
|
+
"size": 200704,
|
753
|
+
"index": "69",
|
754
|
+
"refcount": "0"
|
755
|
+
},
|
756
|
+
"com.apple.iokit.IOAHCIBlockStorage": {
|
757
|
+
"version": "301.20.1",
|
758
|
+
"size": 159744,
|
759
|
+
"index": "72",
|
760
|
+
"refcount": "0"
|
761
|
+
},
|
762
|
+
"com.apple.driver.AppleEffaceableStorage": {
|
763
|
+
"version": "1.0",
|
764
|
+
"size": 49152,
|
765
|
+
"index": "74",
|
766
|
+
"refcount": "1"
|
767
|
+
},
|
768
|
+
"com.apple.filesystems.apfs": {
|
769
|
+
"version": "748.21.6",
|
770
|
+
"size": 888832,
|
771
|
+
"index": "75",
|
772
|
+
"refcount": "1"
|
773
|
+
},
|
774
|
+
"com.apple.driver.usb.AppleUSBHostCompositeDevice": {
|
775
|
+
"version": "1.2",
|
776
|
+
"size": 32768,
|
777
|
+
"index": "76",
|
778
|
+
"refcount": "0"
|
779
|
+
},
|
780
|
+
"com.apple.driver.usb.networking": {
|
781
|
+
"version": "5.0.0",
|
782
|
+
"size": 32768,
|
783
|
+
"index": "77",
|
784
|
+
"refcount": "0"
|
785
|
+
},
|
786
|
+
"com.apple.driver.usb.IOUSBHostHIDDevice": {
|
787
|
+
"version": "1.2",
|
788
|
+
"size": 49152,
|
789
|
+
"index": "79",
|
790
|
+
"refcount": "1"
|
791
|
+
},
|
792
|
+
"com.apple.driver.AppleInputDeviceSupport": {
|
793
|
+
"version": "1000",
|
794
|
+
"size": 90112,
|
795
|
+
"index": "80",
|
796
|
+
"refcount": "2"
|
797
|
+
},
|
798
|
+
"com.apple.driver.AppleMultitouchDriver": {
|
799
|
+
"version": "1004.1",
|
800
|
+
"size": 167936,
|
801
|
+
"index": "81",
|
802
|
+
"refcount": "3"
|
803
|
+
},
|
804
|
+
"com.apple.driver.AppleHIDKeyboard": {
|
805
|
+
"version": "203",
|
806
|
+
"size": 40960,
|
807
|
+
"index": "82",
|
808
|
+
"refcount": "1"
|
809
|
+
},
|
810
|
+
"com.apple.driver.AppleUSBTopCaseDriver": {
|
811
|
+
"version": "127",
|
812
|
+
"size": 8192,
|
813
|
+
"index": "83",
|
814
|
+
"refcount": "0"
|
815
|
+
},
|
816
|
+
"com.apple.driver.AppleHSBluetoothDriver": {
|
817
|
+
"version": "127",
|
818
|
+
"size": 57344,
|
819
|
+
"index": "86",
|
820
|
+
"refcount": "1"
|
821
|
+
},
|
822
|
+
"com.apple.driver.AppleTopCaseHIDEventDriver": {
|
823
|
+
"version": "127",
|
824
|
+
"size": 40960,
|
825
|
+
"index": "87",
|
826
|
+
"refcount": "0"
|
827
|
+
},
|
828
|
+
"com.apple.driver.AppleActuatorDriver": {
|
829
|
+
"version": "1004.1",
|
830
|
+
"size": 57344,
|
831
|
+
"index": "88",
|
832
|
+
"refcount": "0"
|
833
|
+
},
|
834
|
+
"com.apple.driver.AppleUSBCardReader": {
|
835
|
+
"version": "439.20.7",
|
836
|
+
"size": 53248,
|
837
|
+
"index": "89",
|
838
|
+
"refcount": "0"
|
839
|
+
},
|
840
|
+
"com.apple.driver.usb.AppleUSBHub": {
|
841
|
+
"version": "1.2",
|
842
|
+
"size": 217088,
|
843
|
+
"index": "92",
|
844
|
+
"refcount": "0"
|
845
|
+
},
|
846
|
+
"com.apple.iokit.IOUSBHIDDriver": {
|
847
|
+
"version": "900.4.1",
|
848
|
+
"size": 40960,
|
849
|
+
"index": "94",
|
850
|
+
"refcount": "0"
|
851
|
+
},
|
852
|
+
"com.apple.kext.triggers": {
|
853
|
+
"version": "1.0",
|
854
|
+
"size": 20480,
|
855
|
+
"index": "95",
|
856
|
+
"refcount": "2"
|
857
|
+
},
|
858
|
+
"com.apple.filesystems.autofs": {
|
859
|
+
"version": "3.0",
|
860
|
+
"size": 36864,
|
861
|
+
"index": "96",
|
862
|
+
"refcount": "0"
|
863
|
+
},
|
864
|
+
"com.apple.iokit.IOSurface": {
|
865
|
+
"version": "209",
|
866
|
+
"size": 102400,
|
867
|
+
"index": "97",
|
868
|
+
"refcount": "3"
|
869
|
+
},
|
870
|
+
"com.apple.iokit.IOGraphicsFamily": {
|
871
|
+
"version": "517.17",
|
872
|
+
"size": 286720,
|
873
|
+
"index": "98",
|
874
|
+
"refcount": "21"
|
875
|
+
},
|
876
|
+
"com.apple.iokit.IOAcceleratorFamily2": {
|
877
|
+
"version": "374.1",
|
878
|
+
"size": 614400,
|
879
|
+
"index": "99",
|
880
|
+
"refcount": "3"
|
881
|
+
},
|
882
|
+
"com.apple.AppleGraphicsDeviceControl": {
|
883
|
+
"version": "3.16.19",
|
884
|
+
"size": 40960,
|
885
|
+
"index": "100",
|
886
|
+
"refcount": "9"
|
887
|
+
},
|
888
|
+
"com.apple.driver.AppleIntelFramebufferAzul": {
|
889
|
+
"version": "10.2.8",
|
890
|
+
"size": 1359872,
|
891
|
+
"index": "101",
|
892
|
+
"refcount": "0"
|
893
|
+
},
|
894
|
+
"com.apple.driver.AppleMCCSControl": {
|
895
|
+
"version": "1.5.3",
|
896
|
+
"size": 65536,
|
897
|
+
"index": "103",
|
898
|
+
"refcount": "0"
|
899
|
+
},
|
900
|
+
"com.apple.driver.X86PlatformPlugin": {
|
901
|
+
"version": "1.0.0",
|
902
|
+
"size": 94208,
|
903
|
+
"index": "107",
|
904
|
+
"refcount": "1"
|
905
|
+
},
|
906
|
+
"com.apple.driver.AppleCameraInterface": {
|
907
|
+
"version": "6.01.2",
|
908
|
+
"size": 688128,
|
909
|
+
"index": "108",
|
910
|
+
"refcount": "0"
|
911
|
+
},
|
912
|
+
"com.apple.driver.AppleSMCLMU": {
|
913
|
+
"version": "211",
|
914
|
+
"size": 24576,
|
915
|
+
"index": "110",
|
916
|
+
"refcount": "0"
|
917
|
+
},
|
918
|
+
"com.apple.driver.corecapture": {
|
919
|
+
"version": "1.0.4",
|
920
|
+
"size": 167936,
|
921
|
+
"index": "112",
|
922
|
+
"refcount": "2"
|
923
|
+
},
|
924
|
+
"com.apple.iokit.IO80211Family": {
|
925
|
+
"version": "1200.12.2",
|
926
|
+
"size": 999424,
|
927
|
+
"index": "114",
|
928
|
+
"refcount": "1"
|
929
|
+
},
|
930
|
+
"com.apple.kext.AMDSupport": {
|
931
|
+
"version": "1.5.8",
|
932
|
+
"size": 1941504,
|
933
|
+
"index": "116",
|
934
|
+
"refcount": "2"
|
935
|
+
},
|
936
|
+
"com.apple.kext.AMD7000Controller": {
|
937
|
+
"version": "1.5.8",
|
938
|
+
"size": 1961984,
|
939
|
+
"index": "117",
|
940
|
+
"refcount": "0"
|
941
|
+
},
|
942
|
+
"com.apple.iokit.IOSlowAdaptiveClockingFamily": {
|
943
|
+
"version": "1.0.0",
|
944
|
+
"size": 20480,
|
945
|
+
"index": "118",
|
946
|
+
"refcount": "1"
|
947
|
+
},
|
948
|
+
"com.apple.driver.AppleIntelSlowAdaptiveClocking": {
|
949
|
+
"version": "4.0.0",
|
950
|
+
"size": 8192,
|
951
|
+
"index": "119",
|
952
|
+
"refcount": "0"
|
953
|
+
},
|
954
|
+
"com.apple.driver.AppleOSXWatchdog": {
|
955
|
+
"version": "1",
|
956
|
+
"size": 16384,
|
957
|
+
"index": "120",
|
958
|
+
"refcount": "0"
|
959
|
+
},
|
960
|
+
"com.apple.driver.AppleGraphicsControl": {
|
961
|
+
"version": "3.16.19",
|
962
|
+
"size": 12288,
|
963
|
+
"index": "121",
|
964
|
+
"refcount": "2"
|
965
|
+
},
|
966
|
+
"com.apple.driver.AppleMuxControl": {
|
967
|
+
"version": "3.16.19",
|
968
|
+
"size": 77824,
|
969
|
+
"index": "122",
|
970
|
+
"refcount": "0"
|
971
|
+
},
|
972
|
+
"com.apple.driver.AppleLPC": {
|
973
|
+
"version": "3.1",
|
974
|
+
"size": 12288,
|
975
|
+
"index": "123",
|
976
|
+
"refcount": "0"
|
977
|
+
},
|
978
|
+
"com.apple.vecLib.kext": {
|
979
|
+
"version": "1.2.0",
|
980
|
+
"size": 700416,
|
981
|
+
"index": "125",
|
982
|
+
"refcount": "2"
|
983
|
+
},
|
984
|
+
"com.apple.iokit.IOAudioFamily": {
|
985
|
+
"version": "206.5",
|
986
|
+
"size": 258048,
|
987
|
+
"index": "126",
|
988
|
+
"refcount": "5"
|
989
|
+
},
|
990
|
+
"com.apple.iokit.IOHDAFamily": {
|
991
|
+
"version": "280.12",
|
992
|
+
"size": 49152,
|
993
|
+
"index": "127",
|
994
|
+
"refcount": "2"
|
995
|
+
},
|
996
|
+
"com.apple.driver.AppleHDAController": {
|
997
|
+
"version": "280.12",
|
998
|
+
"size": 114688,
|
999
|
+
"index": "128",
|
1000
|
+
"refcount": "1"
|
1001
|
+
},
|
1002
|
+
"com.apple.iokit.IONDRVSupport": {
|
1003
|
+
"version": "517.17",
|
1004
|
+
"size": 57344,
|
1005
|
+
"index": "133",
|
1006
|
+
"refcount": "3"
|
1007
|
+
},
|
1008
|
+
"com.apple.driver.AppleBacklightExpert": {
|
1009
|
+
"version": "1.1.0",
|
1010
|
+
"size": 20480,
|
1011
|
+
"index": "134",
|
1012
|
+
"refcount": "1"
|
1013
|
+
},
|
1014
|
+
"com.apple.driver.AppleThunderboltIP": {
|
1015
|
+
"version": "3.1.0",
|
1016
|
+
"size": 90112,
|
1017
|
+
"index": "136",
|
1018
|
+
"refcount": "0"
|
1019
|
+
},
|
1020
|
+
"com.apple.kext.AMDRadeonX4000": {
|
1021
|
+
"version": "1.5.8",
|
1022
|
+
"size": 8904704,
|
1023
|
+
"index": "140",
|
1024
|
+
"refcount": "0"
|
1025
|
+
},
|
1026
|
+
"com.apple.AVEBridge": {
|
1027
|
+
"version": "1.0.0",
|
1028
|
+
"size": 16384,
|
1029
|
+
"index": "141",
|
1030
|
+
"refcount": "0"
|
1031
|
+
},
|
1032
|
+
"com.apple.driver.eficheck": {
|
1033
|
+
"version": "1",
|
1034
|
+
"size": 12288,
|
1035
|
+
"index": "142",
|
1036
|
+
"refcount": "0"
|
1037
|
+
},
|
1038
|
+
"com.apple.kext.OSvKernDSPLib": {
|
1039
|
+
"version": "526",
|
1040
|
+
"size": 77824,
|
1041
|
+
"index": "143",
|
1042
|
+
"refcount": "1"
|
1043
|
+
},
|
1044
|
+
"com.apple.driver.DspFuncLib": {
|
1045
|
+
"version": "280.12",
|
1046
|
+
"size": 1318912,
|
1047
|
+
"index": "144",
|
1048
|
+
"refcount": "1"
|
1049
|
+
},
|
1050
|
+
"com.apple.driver.AppleHDA": {
|
1051
|
+
"version": "280.12",
|
1052
|
+
"size": 749568,
|
1053
|
+
"index": "145",
|
1054
|
+
"refcount": "0"
|
1055
|
+
},
|
1056
|
+
"com.apple.driver.AppleIntelHD5000Graphics": {
|
1057
|
+
"version": "10.2.8",
|
1058
|
+
"size": 487424,
|
1059
|
+
"index": "146",
|
1060
|
+
"refcount": "0"
|
1061
|
+
},
|
1062
|
+
"com.apple.driver.AGDCBacklightControl": {
|
1063
|
+
"version": "3.16.19",
|
1064
|
+
"size": 20480,
|
1065
|
+
"index": "147",
|
1066
|
+
"refcount": "0"
|
1067
|
+
},
|
1068
|
+
"com.apple.kext.AMDFramebuffer": {
|
1069
|
+
"version": "1.5.8",
|
1070
|
+
"size": 163840,
|
1071
|
+
"index": "148",
|
1072
|
+
"refcount": "0"
|
1073
|
+
},
|
1074
|
+
"com.apple.AppleGPUWrangler": {
|
1075
|
+
"version": "3.16.19",
|
1076
|
+
"size": 49152,
|
1077
|
+
"index": "149",
|
1078
|
+
"refcount": "0"
|
1079
|
+
},
|
1080
|
+
"com.apple.driver.AppleUpstreamUserClient": {
|
1081
|
+
"version": "3.6.4",
|
1082
|
+
"size": 20480,
|
1083
|
+
"index": "151",
|
1084
|
+
"refcount": "0"
|
1085
|
+
},
|
1086
|
+
"com.apple.driver.X86PlatformShim": {
|
1087
|
+
"version": "1.0.0",
|
1088
|
+
"size": 28672,
|
1089
|
+
"index": "152",
|
1090
|
+
"refcount": "1"
|
1091
|
+
},
|
1092
|
+
"com.apple.driver.AGPM": {
|
1093
|
+
"version": "110.23.24",
|
1094
|
+
"size": 98304,
|
1095
|
+
"index": "154",
|
1096
|
+
"refcount": "0"
|
1097
|
+
},
|
1098
|
+
"com.apple.driver.pmtelemetry": {
|
1099
|
+
"version": "1",
|
1100
|
+
"size": 61440,
|
1101
|
+
"index": "156",
|
1102
|
+
"refcount": "0"
|
1103
|
+
},
|
1104
|
+
"com.apple.iokit.IOSerialFamily": {
|
1105
|
+
"version": "11",
|
1106
|
+
"size": 57344,
|
1107
|
+
"index": "157",
|
1108
|
+
"refcount": "1"
|
1109
|
+
},
|
1110
|
+
"com.apple.driver.AppleSSE": {
|
1111
|
+
"version": "1.0",
|
1112
|
+
"size": 36864,
|
1113
|
+
"index": "159",
|
1114
|
+
"refcount": "0"
|
1115
|
+
},
|
1116
|
+
"com.apple.iokit.IOUserEthernet": {
|
1117
|
+
"version": "1.0.1",
|
1118
|
+
"size": 24576,
|
1119
|
+
"index": "160",
|
1120
|
+
"refcount": "0"
|
1121
|
+
},
|
1122
|
+
"com.apple.driver.AppleHV": {
|
1123
|
+
"version": "1",
|
1124
|
+
"size": 36864,
|
1125
|
+
"index": "161",
|
1126
|
+
"refcount": "0"
|
1127
|
+
},
|
1128
|
+
"zoom.us.ZoomAudioDevice": {
|
1129
|
+
"version": "1.2",
|
1130
|
+
"size": 20480,
|
1131
|
+
"index": "162",
|
1132
|
+
"refcount": "0"
|
1133
|
+
},
|
1134
|
+
"com.apple.driver.AudioAUUC": {
|
1135
|
+
"version": "1.70",
|
1136
|
+
"size": 20480,
|
1137
|
+
"index": "163",
|
1138
|
+
"refcount": "0"
|
1139
|
+
},
|
1140
|
+
"com.apple.iokit.IOTimeSyncFamily": {
|
1141
|
+
"version": "600.15",
|
1142
|
+
"size": 147456,
|
1143
|
+
"index": "164",
|
1144
|
+
"refcount": "0"
|
1145
|
+
},
|
1146
|
+
"com.apple.AGDCPluginDisplayMetrics": {
|
1147
|
+
"version": "3.16.19",
|
1148
|
+
"size": 12288,
|
1149
|
+
"index": "165",
|
1150
|
+
"refcount": "0"
|
1151
|
+
},
|
1152
|
+
"org.virtualbox.kext.VBoxDrv": {
|
1153
|
+
"version": "5.1.30",
|
1154
|
+
"size": 401408,
|
1155
|
+
"index": "166",
|
1156
|
+
"refcount": "3"
|
1157
|
+
},
|
1158
|
+
"com.apple.driver.AppleGraphicsDevicePolicy": {
|
1159
|
+
"version": "3.16.19",
|
1160
|
+
"size": 81920,
|
1161
|
+
"index": "167",
|
1162
|
+
"refcount": "0"
|
1163
|
+
},
|
1164
|
+
"com.apple.iokit.IOUSBUserClient": {
|
1165
|
+
"version": "900.4.1",
|
1166
|
+
"size": 12288,
|
1167
|
+
"index": "168",
|
1168
|
+
"refcount": "1"
|
1169
|
+
},
|
1170
|
+
"org.virtualbox.kext.VBoxUSB": {
|
1171
|
+
"version": "5.1.30",
|
1172
|
+
"size": 32768,
|
1173
|
+
"index": "169",
|
1174
|
+
"refcount": "0"
|
1175
|
+
},
|
1176
|
+
"org.virtualbox.kext.VBoxNetFlt": {
|
1177
|
+
"version": "5.1.30",
|
1178
|
+
"size": 20480,
|
1179
|
+
"index": "170",
|
1180
|
+
"refcount": "0"
|
1181
|
+
},
|
1182
|
+
"org.virtualbox.kext.VBoxNetAdp": {
|
1183
|
+
"version": "5.1.30",
|
1184
|
+
"size": 24576,
|
1185
|
+
"index": "171",
|
1186
|
+
"refcount": "0"
|
1187
|
+
},
|
1188
|
+
"com.apple.filesystems.smbfs": {
|
1189
|
+
"version": "3.2",
|
1190
|
+
"size": 405504,
|
1191
|
+
"index": "172",
|
1192
|
+
"refcount": "0"
|
1193
|
+
},
|
1194
|
+
"com.apple.security.SecureRemotePassword": {
|
1195
|
+
"version": "1.0",
|
1196
|
+
"size": 69632,
|
1197
|
+
"index": "175",
|
1198
|
+
"refcount": "1"
|
1199
|
+
},
|
1200
|
+
"com.apple.filesystems.afpfs": {
|
1201
|
+
"version": "11.1",
|
1202
|
+
"size": 327680,
|
1203
|
+
"index": "176",
|
1204
|
+
"refcount": "0"
|
1205
|
+
}
|
1206
|
+
}
|
1207
|
+
},
|
1208
|
+
"keys": {
|
1209
|
+
"ssh": {
|
1210
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
1211
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
1212
|
+
}
|
1213
|
+
},
|
1214
|
+
"languages": {
|
1215
|
+
"ruby": {
|
1216
|
+
"platform": "x86_64-darwin17",
|
1217
|
+
"version": "2.4.2",
|
1218
|
+
"release_date": "2017-09-14",
|
1219
|
+
"target": "x86_64-apple-darwin17",
|
1220
|
+
"target_cpu": "x86_64",
|
1221
|
+
"target_vendor": "apple",
|
1222
|
+
"target_os": "darwin17",
|
1223
|
+
"host": "x86_64-apple-darwin17.2.0",
|
1224
|
+
"host_cpu": "x86_64",
|
1225
|
+
"host_os": "darwin17.2.0",
|
1226
|
+
"host_vendor": "apple",
|
1227
|
+
"bin_dir": "/usr/local/bin",
|
1228
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
1229
|
+
"gems_dir": "/usr/local/gems",
|
1230
|
+
"gem_bin": "/usr/local/bin/gem"
|
1231
|
+
},
|
1232
|
+
"powershell": null
|
1233
|
+
},
|
1234
|
+
"macaddress": "11:11:11:11:11:11",
|
1235
|
+
"machinename": "Fauxhai",
|
1236
|
+
"memory": {
|
1237
|
+
"total": "1048576kB"
|
1238
|
+
},
|
1239
|
+
"network": {
|
1240
|
+
"interfaces": {
|
1241
|
+
"lo": {
|
1242
|
+
"mtu": "65536",
|
1243
|
+
"flags": [
|
1244
|
+
"LOOPBACK",
|
1245
|
+
"UP",
|
1246
|
+
"LOWER_UP"
|
1247
|
+
],
|
1248
|
+
"encapsulation": "Loopback",
|
1249
|
+
"addresses": {
|
1250
|
+
"127.0.0.1": {
|
1251
|
+
"family": "inet",
|
1252
|
+
"prefixlen": "8",
|
1253
|
+
"netmask": "255.0.0.0",
|
1254
|
+
"scope": "Node",
|
1255
|
+
"ip_scope": "LOOPBACK"
|
1256
|
+
},
|
1257
|
+
"::1": {
|
1258
|
+
"family": "inet6",
|
1259
|
+
"prefixlen": "128",
|
1260
|
+
"scope": "Node",
|
1261
|
+
"tags": [
|
1262
|
+
|
1263
|
+
],
|
1264
|
+
"ip_scope": "LINK LOCAL LOOPBACK"
|
1265
|
+
}
|
1266
|
+
},
|
1267
|
+
"state": "unknown"
|
1268
|
+
},
|
1269
|
+
"en0": {
|
1270
|
+
"type": "en",
|
1271
|
+
"number": "0",
|
1272
|
+
"mtu": "1500",
|
1273
|
+
"flags": [
|
1274
|
+
"BROADCAST",
|
1275
|
+
"MULTICAST",
|
1276
|
+
"UP",
|
1277
|
+
"LOWER_UP"
|
1278
|
+
],
|
1279
|
+
"encapsulation": "Ethernet",
|
1280
|
+
"addresses": {
|
1281
|
+
"11:11:11:11:11:11": {
|
1282
|
+
"family": "lladdr"
|
1283
|
+
},
|
1284
|
+
"10.0.0.2": {
|
1285
|
+
"family": "inet",
|
1286
|
+
"prefixlen": "24",
|
1287
|
+
"netmask": "255.255.255.0",
|
1288
|
+
"broadcast": "10.0.0.255",
|
1289
|
+
"scope": "Global",
|
1290
|
+
"ip_scope": "RFC1918 PRIVATE"
|
1291
|
+
},
|
1292
|
+
"fe80::11:1111:1111:1111": {
|
1293
|
+
"family": "inet6",
|
1294
|
+
"prefixlen": "64",
|
1295
|
+
"scope": "Link",
|
1296
|
+
"tags": [
|
1297
|
+
|
1298
|
+
],
|
1299
|
+
"ip_scope": "LINK LOCAL UNICAST"
|
1300
|
+
}
|
1301
|
+
},
|
1302
|
+
"state": "up",
|
1303
|
+
"arp": {
|
1304
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
1305
|
+
},
|
1306
|
+
"routes": [
|
1307
|
+
{
|
1308
|
+
"destination": "default",
|
1309
|
+
"family": "inet",
|
1310
|
+
"via": "10.0.0.1"
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"destination": "10.0.0.0/24",
|
1314
|
+
"family": "inet",
|
1315
|
+
"scope": "link",
|
1316
|
+
"proto": "kernel",
|
1317
|
+
"src": "10.0.0.2"
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"destination": "fe80::/64",
|
1321
|
+
"family": "inet6",
|
1322
|
+
"metric": "256",
|
1323
|
+
"proto": "kernel"
|
1324
|
+
}
|
1325
|
+
],
|
1326
|
+
"ring_params": {
|
1327
|
+
}
|
1328
|
+
}
|
1329
|
+
},
|
1330
|
+
"default_interface": "en0",
|
1331
|
+
"default_gateway": "10.0.0.1"
|
1332
|
+
},
|
1333
|
+
"ohai_time": 1509994432.980223,
|
1334
|
+
"os": "darwin",
|
1335
|
+
"os_version": "17.2.0",
|
1336
|
+
"platform": "mac_os_x",
|
1337
|
+
"platform_build": "17B48",
|
1338
|
+
"platform_family": "mac_os_x",
|
1339
|
+
"platform_version": "10.13.1",
|
1340
|
+
"root_group": "wheel",
|
1341
|
+
"shells": [
|
1342
|
+
"/bin/bash",
|
1343
|
+
"/bin/csh",
|
1344
|
+
"/bin/ksh",
|
1345
|
+
"/bin/sh",
|
1346
|
+
"/bin/tcsh",
|
1347
|
+
"/bin/zsh"
|
1348
|
+
],
|
1349
|
+
"time": {
|
1350
|
+
"timezone": "GMT"
|
1351
|
+
},
|
1352
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
1353
|
+
"uptime_seconds": 2646450,
|
1354
|
+
"virtualization": {
|
1355
|
+
"systems": {
|
1356
|
+
}
|
1357
|
+
}
|
1358
|
+
}
|