fauxhai 6.0.1 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +30 -1
  3. data/PLATFORMS.md +5 -7
  4. data/lib/fauxhai/platforms/aix/7.1.json +2889 -424
  5. data/lib/fauxhai/platforms/amazon/2012.09.json +1 -0
  6. data/lib/fauxhai/platforms/amazon/2013.09.json +1 -0
  7. data/lib/fauxhai/platforms/amazon/2014.03.json +1 -0
  8. data/lib/fauxhai/platforms/amazon/2014.09.json +1 -0
  9. data/lib/fauxhai/platforms/amazon/2017.09.json +2840 -93
  10. data/lib/fauxhai/platforms/amazon/2017.12.json +4513 -0
  11. data/lib/fauxhai/platforms/debian/7.10.json +1 -1
  12. data/lib/fauxhai/platforms/debian/7.11.json +182 -925
  13. data/lib/fauxhai/platforms/debian/8.10.json +81 -189
  14. data/lib/fauxhai/platforms/debian/9.2.json +137 -161
  15. data/lib/fauxhai/platforms/debian/9.3.json +164 -113
  16. data/lib/fauxhai/platforms/debian/9.4.json +3036 -0
  17. data/lib/fauxhai/platforms/fedora/26.json +1277 -1314
  18. data/lib/fauxhai/platforms/fedora/27.json +1050 -1224
  19. data/lib/fauxhai/platforms/freebsd/10.4.json +20 -39
  20. data/lib/fauxhai/platforms/freebsd/11.1.json +24 -43
  21. data/lib/fauxhai/platforms/linuxmint/18.1.json +1 -0
  22. data/lib/fauxhai/platforms/linuxmint/18.2.json +10150 -0
  23. data/lib/fauxhai/platforms/linuxmint/18.3.json +10416 -0
  24. data/lib/fauxhai/platforms/mac_os_x/10.13.json +289 -296
  25. data/lib/fauxhai/platforms/opensuse/42.2.json +1018 -1064
  26. data/lib/fauxhai/platforms/opensuse/42.3.json +1013 -1067
  27. data/lib/fauxhai/platforms/suse/12.3.json +195 -317
  28. data/lib/fauxhai/platforms/ubuntu/14.04.json +268 -273
  29. data/lib/fauxhai/platforms/ubuntu/16.04.json +340 -452
  30. data/lib/fauxhai/platforms/ubuntu/18.04.json +3991 -0
  31. data/lib/fauxhai/platforms/windows/10.json +0 -4
  32. data/lib/fauxhai/platforms/windows/2008R2.json +73 -60
  33. data/lib/fauxhai/platforms/windows/2012.json +88 -3329
  34. data/lib/fauxhai/platforms/windows/2012R2.json +47 -57
  35. data/lib/fauxhai/platforms/windows/2016.json +23 -28
  36. data/lib/fauxhai/platforms/windows/7.json +1 -4
  37. data/lib/fauxhai/platforms/windows/8.1.json +0 -4
  38. data/lib/fauxhai/runner.rb +0 -1
  39. data/lib/fauxhai/runner/default.rb +0 -22
  40. data/lib/fauxhai/runner/windows.rb +1 -1
  41. data/lib/fauxhai/version.rb +1 -1
  42. metadata +7 -2
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "chef_packages": {
3
3
  "chef": {
4
- "chef_root": "/Users/tsmith/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/chef-13.6.0/lib",
5
- "version": "13.6.0"
4
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.0.190/lib",
5
+ "version": "14.0.190"
6
6
  },
7
7
  "ohai": {
8
- "ohai_root": "/Users/tsmith/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/ohai-13.6.0/lib/ohai",
9
- "version": "13.6.0"
8
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.0.31/lib/ohai",
9
+ "version": "14.0.31"
10
10
  }
11
11
  },
12
12
  "command": {
@@ -66,36 +66,17 @@
66
66
  "current_user": "fauxhai",
67
67
  "dmi": {},
68
68
  "domain": "local",
69
- "etc": {
70
- "group": {
71
- "fauxhai": {
72
- "gid": 0,
73
- "members": [
74
- "fauxhai"
75
- ]
76
- }
77
- },
78
- "passwd": {
79
- "fauxhai": {
80
- "dir": "/home/fauxhai",
81
- "gecos": "Fauxhai",
82
- "gid": 0,
83
- "shell": "/bin/bash",
84
- "uid": 0
85
- }
86
- }
87
- },
88
69
  "filesystem": {
89
70
  "by_device": {
90
71
  "/dev/disk1s1": {
91
72
  "block_size": 512,
92
73
  "fs_type": "apfs",
93
- "inodes_available": "9223372036852761116",
74
+ "inodes_available": "9223372036852517133",
94
75
  "inodes_percent_used": "0%",
95
- "inodes_used": "2014691",
96
- "kb_available": "37801628",
76
+ "inodes_used": "2258674",
77
+ "kb_available": "44526896",
97
78
  "kb_size": "488347692",
98
- "kb_used": "448811632",
79
+ "kb_used": "439895284",
99
80
  "mount_options": [
100
81
  "local",
101
82
  "journaled"
@@ -103,18 +84,18 @@
103
84
  "mounts": [
104
85
  "/"
105
86
  ],
106
- "percent_used": "93%",
87
+ "percent_used": "91%",
107
88
  "total_inodes": "9223372036854775807"
108
89
  },
109
90
  "/dev/disk1s4": {
110
91
  "block_size": 512,
111
92
  "fs_type": "apfs",
112
- "inodes_available": "9223372036854775806",
93
+ "inodes_available": "9223372036854775804",
113
94
  "inodes_percent_used": "0%",
114
- "inodes_used": "1",
115
- "kb_available": "37801628",
95
+ "inodes_used": "3",
96
+ "kb_available": "44526896",
116
97
  "kb_size": "488347692",
117
- "kb_used": "1048596",
98
+ "kb_used": "3239980",
118
99
  "mount_options": [
119
100
  "local",
120
101
  "noexec",
@@ -125,7 +106,7 @@
125
106
  "mounts": [
126
107
  "/private/var/vm"
127
108
  ],
128
- "percent_used": "3%",
109
+ "percent_used": "7%",
129
110
  "total_inodes": "9223372036854775807"
130
111
  },
131
112
  "devfs": {
@@ -133,10 +114,10 @@
133
114
  "fs_type": "devfs",
134
115
  "inodes_available": "0",
135
116
  "inodes_percent_used": "100%",
136
- "inodes_used": "655",
117
+ "inodes_used": "660",
137
118
  "kb_available": "0",
138
- "kb_size": "188",
139
- "kb_used": "188",
119
+ "kb_size": "190",
120
+ "kb_used": "190",
140
121
  "mount_options": [
141
122
  "local",
142
123
  "nobrowse"
@@ -145,7 +126,7 @@
145
126
  "/dev"
146
127
  ],
147
128
  "percent_used": "100%",
148
- "total_inodes": "655"
129
+ "total_inodes": "660"
149
130
  },
150
131
  "map -hosts": {
151
132
  "block_size": 512,
@@ -194,17 +175,17 @@
194
175
  "/dev/disk1s1"
195
176
  ],
196
177
  "fs_type": "apfs",
197
- "inodes_available": "9223372036852761116",
178
+ "inodes_available": "9223372036852517133",
198
179
  "inodes_percent_used": "0%",
199
- "inodes_used": "2014691",
200
- "kb_available": "37801628",
180
+ "inodes_used": "2258674",
181
+ "kb_available": "44526896",
201
182
  "kb_size": "488347692",
202
- "kb_used": "448811632",
183
+ "kb_used": "439895284",
203
184
  "mount_options": [
204
185
  "local",
205
186
  "journaled"
206
187
  ],
207
- "percent_used": "93%",
188
+ "percent_used": "91%",
208
189
  "total_inodes": "9223372036854775807"
209
190
  },
210
191
  "/dev": {
@@ -215,16 +196,16 @@
215
196
  "fs_type": "devfs",
216
197
  "inodes_available": "0",
217
198
  "inodes_percent_used": "100%",
218
- "inodes_used": "655",
199
+ "inodes_used": "660",
219
200
  "kb_available": "0",
220
- "kb_size": "188",
221
- "kb_used": "188",
201
+ "kb_size": "190",
202
+ "kb_used": "190",
222
203
  "mount_options": [
223
204
  "local",
224
205
  "nobrowse"
225
206
  ],
226
207
  "percent_used": "100%",
227
- "total_inodes": "655"
208
+ "total_inodes": "660"
228
209
  },
229
210
  "/home": {
230
211
  "block_size": 512,
@@ -271,12 +252,12 @@
271
252
  "/dev/disk1s4"
272
253
  ],
273
254
  "fs_type": "apfs",
274
- "inodes_available": "9223372036854775806",
255
+ "inodes_available": "9223372036854775804",
275
256
  "inodes_percent_used": "0%",
276
- "inodes_used": "1",
277
- "kb_available": "37801628",
257
+ "inodes_used": "3",
258
+ "kb_available": "44526896",
278
259
  "kb_size": "488347692",
279
- "kb_used": "1048596",
260
+ "kb_used": "3239980",
280
261
  "mount_options": [
281
262
  "local",
282
263
  "noexec",
@@ -284,7 +265,7 @@
284
265
  "noatime",
285
266
  "nobrowse"
286
267
  ],
287
- "percent_used": "3%",
268
+ "percent_used": "7%",
288
269
  "total_inodes": "9223372036854775807"
289
270
  }
290
271
  },
@@ -293,30 +274,30 @@
293
274
  "block_size": 512,
294
275
  "device": "/dev/disk1s1",
295
276
  "fs_type": "apfs",
296
- "inodes_available": "9223372036852761116",
277
+ "inodes_available": "9223372036852517133",
297
278
  "inodes_percent_used": "0%",
298
- "inodes_used": "2014691",
299
- "kb_available": "37801628",
279
+ "inodes_used": "2258674",
280
+ "kb_available": "44526896",
300
281
  "kb_size": "488347692",
301
- "kb_used": "448811632",
282
+ "kb_used": "439895284",
302
283
  "mount": "/",
303
284
  "mount_options": [
304
285
  "local",
305
286
  "journaled"
306
287
  ],
307
- "percent_used": "93%",
288
+ "percent_used": "91%",
308
289
  "total_inodes": "9223372036854775807"
309
290
  },
310
291
  "/dev/disk1s4,/private/var/vm": {
311
292
  "block_size": 512,
312
293
  "device": "/dev/disk1s4",
313
294
  "fs_type": "apfs",
314
- "inodes_available": "9223372036854775806",
295
+ "inodes_available": "9223372036854775804",
315
296
  "inodes_percent_used": "0%",
316
- "inodes_used": "1",
317
- "kb_available": "37801628",
297
+ "inodes_used": "3",
298
+ "kb_available": "44526896",
318
299
  "kb_size": "488347692",
319
- "kb_used": "1048596",
300
+ "kb_used": "3239980",
320
301
  "mount": "/private/var/vm",
321
302
  "mount_options": [
322
303
  "local",
@@ -325,7 +306,7 @@
325
306
  "noatime",
326
307
  "nobrowse"
327
308
  ],
328
- "percent_used": "3%",
309
+ "percent_used": "7%",
329
310
  "total_inodes": "9223372036854775807"
330
311
  },
331
312
  "devfs,/dev": {
@@ -334,17 +315,17 @@
334
315
  "fs_type": "devfs",
335
316
  "inodes_available": "0",
336
317
  "inodes_percent_used": "100%",
337
- "inodes_used": "655",
318
+ "inodes_used": "660",
338
319
  "kb_available": "0",
339
- "kb_size": "188",
340
- "kb_used": "188",
320
+ "kb_size": "190",
321
+ "kb_used": "190",
341
322
  "mount": "/dev",
342
323
  "mount_options": [
343
324
  "local",
344
325
  "nobrowse"
345
326
  ],
346
327
  "percent_used": "100%",
347
- "total_inodes": "655"
328
+ "total_inodes": "660"
348
329
  },
349
330
  "map -hosts,/net": {
350
331
  "block_size": 512,
@@ -394,16 +375,10 @@
394
375
  "machine": "x86_64",
395
376
  "modules": {
396
377
  "com.apple.AGDCPluginDisplayMetrics": {
397
- "index": "165",
378
+ "index": "148",
398
379
  "refcount": "0",
399
380
  "size": 12288,
400
- "version": "3.16.19"
401
- },
402
- "com.apple.AVEBridge": {
403
- "index": "141",
404
- "refcount": "0",
405
- "size": 16384,
406
- "version": "1.0.0"
381
+ "version": "3.18.48"
407
382
  },
408
383
  "com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
409
384
  "index": "60",
@@ -412,40 +387,34 @@
412
387
  "version": "1.0.0"
413
388
  },
414
389
  "com.apple.AppleGPUWrangler": {
415
- "index": "149",
390
+ "index": "134",
416
391
  "refcount": "0",
417
- "size": 49152,
418
- "version": "3.16.19"
392
+ "size": 40960,
393
+ "version": "3.18.48"
419
394
  },
420
395
  "com.apple.AppleGraphicsDeviceControl": {
421
- "index": "100",
396
+ "index": "102",
422
397
  "refcount": "9",
423
- "size": 40960,
424
- "version": "3.16.19"
398
+ "size": 36864,
399
+ "version": "3.18.48"
425
400
  },
426
401
  "com.apple.BootCache": {
427
- "index": "62",
402
+ "index": "61",
428
403
  "refcount": "0",
429
404
  "size": 53248,
430
405
  "version": "40"
431
406
  },
432
- "com.apple.IOBufferCopyEngineTest": {
433
- "index": "34",
434
- "refcount": "0",
435
- "size": 32768,
436
- "version": "1"
437
- },
438
407
  "com.apple.driver.AGDCBacklightControl": {
439
- "index": "147",
408
+ "index": "136",
440
409
  "refcount": "0",
441
410
  "size": 20480,
442
- "version": "3.16.19"
411
+ "version": "3.18.48"
443
412
  },
444
413
  "com.apple.driver.AGPM": {
445
- "index": "154",
414
+ "index": "165",
446
415
  "refcount": "0",
447
- "size": 98304,
448
- "version": "110.23.24"
416
+ "size": 102400,
417
+ "version": "110.23.33"
449
418
  },
450
419
  "com.apple.driver.AppleACPIButtons": {
451
420
  "index": "47",
@@ -460,16 +429,16 @@
460
429
  "version": "6.1"
461
430
  },
462
431
  "com.apple.driver.AppleACPIPlatform": {
463
- "index": "15",
432
+ "index": "14",
464
433
  "refcount": "2",
465
434
  "size": 638976,
466
435
  "version": "6.1"
467
436
  },
468
437
  "com.apple.driver.AppleAHCIPort": {
469
- "index": "67",
438
+ "index": "66",
470
439
  "refcount": "0",
471
440
  "size": 81920,
472
- "version": "329"
441
+ "version": "329.50.2"
473
442
  },
474
443
  "com.apple.driver.AppleAPIC": {
475
444
  "index": "40",
@@ -478,33 +447,33 @@
478
447
  "version": "1.7"
479
448
  },
480
449
  "com.apple.driver.AppleActuatorDriver": {
481
- "index": "88",
450
+ "index": "91",
482
451
  "refcount": "0",
483
452
  "size": 57344,
484
- "version": "1004.1"
453
+ "version": "1404.4"
485
454
  },
486
455
  "com.apple.driver.AppleBacklightExpert": {
487
- "index": "134",
456
+ "index": "131",
488
457
  "refcount": "1",
489
- "size": 20480,
458
+ "size": 24576,
490
459
  "version": "1.1.0"
491
460
  },
492
461
  "com.apple.driver.AppleBusPowerController": {
493
- "index": "19",
462
+ "index": "20",
494
463
  "refcount": "1",
495
464
  "size": 32768,
496
465
  "version": "1.0"
497
466
  },
498
467
  "com.apple.driver.AppleCameraInterface": {
499
- "index": "108",
468
+ "index": "119",
500
469
  "refcount": "0",
501
470
  "size": 688128,
502
471
  "version": "6.01.2"
503
472
  },
504
473
  "com.apple.driver.AppleCredentialManager": {
505
- "index": "23",
474
+ "index": "24",
506
475
  "refcount": "1",
507
- "size": 163840,
476
+ "size": 221184,
508
477
  "version": "1.0"
509
478
  },
510
479
  "com.apple.driver.AppleEFINVRAM": {
@@ -520,141 +489,141 @@
520
489
  "version": "2.1"
521
490
  },
522
491
  "com.apple.driver.AppleEffaceableStorage": {
523
- "index": "74",
524
- "refcount": "1",
492
+ "index": "32",
493
+ "refcount": "2",
525
494
  "size": 49152,
526
495
  "version": "1.0"
527
496
  },
528
497
  "com.apple.driver.AppleFDEKeyStore": {
529
- "index": "31",
498
+ "index": "33",
530
499
  "refcount": "0",
531
- "size": 45056,
500
+ "size": 49152,
532
501
  "version": "28.30"
533
502
  },
534
503
  "com.apple.driver.AppleGraphicsControl": {
535
- "index": "121",
504
+ "index": "113",
536
505
  "refcount": "2",
537
506
  "size": 12288,
538
- "version": "3.16.19"
507
+ "version": "3.18.48"
539
508
  },
540
509
  "com.apple.driver.AppleGraphicsDevicePolicy": {
541
- "index": "167",
510
+ "index": "149",
542
511
  "refcount": "0",
543
- "size": 81920,
544
- "version": "3.16.19"
512
+ "size": 73728,
513
+ "version": "3.18.48"
545
514
  },
546
515
  "com.apple.driver.AppleHDA": {
547
- "index": "145",
516
+ "index": "158",
548
517
  "refcount": "0",
549
518
  "size": 749568,
550
- "version": "280.12"
519
+ "version": "281.51"
551
520
  },
552
521
  "com.apple.driver.AppleHDAController": {
553
- "index": "128",
522
+ "index": "123",
554
523
  "refcount": "1",
555
- "size": 114688,
556
- "version": "280.12"
524
+ "size": 118784,
525
+ "version": "281.51"
557
526
  },
558
527
  "com.apple.driver.AppleHIDKeyboard": {
559
- "index": "82",
528
+ "index": "85",
560
529
  "refcount": "1",
561
- "size": 40960,
562
- "version": "203"
530
+ "size": 45056,
531
+ "version": "205"
563
532
  },
564
533
  "com.apple.driver.AppleHPET": {
565
- "index": "45",
534
+ "index": "44",
566
535
  "refcount": "0",
567
536
  "size": 12288,
568
537
  "version": "1.8"
569
538
  },
570
539
  "com.apple.driver.AppleHSBluetoothDriver": {
571
- "index": "86",
540
+ "index": "89",
572
541
  "refcount": "1",
573
542
  "size": 57344,
574
- "version": "127"
543
+ "version": "133"
575
544
  },
576
545
  "com.apple.driver.AppleHV": {
577
- "index": "161",
546
+ "index": "143",
578
547
  "refcount": "0",
579
- "size": 36864,
548
+ "size": 40960,
580
549
  "version": "1"
581
550
  },
582
551
  "com.apple.driver.AppleInputDeviceSupport": {
583
- "index": "80",
552
+ "index": "83",
584
553
  "refcount": "2",
585
554
  "size": 90112,
586
- "version": "1000"
555
+ "version": "1404.3"
587
556
  },
588
557
  "com.apple.driver.AppleIntelFramebufferAzul": {
589
- "index": "101",
558
+ "index": "103",
590
559
  "refcount": "0",
591
- "size": 1359872,
592
- "version": "10.2.8"
560
+ "size": 1372160,
561
+ "version": "10.3.2"
593
562
  },
594
563
  "com.apple.driver.AppleIntelHD5000Graphics": {
595
- "index": "146",
564
+ "index": "135",
596
565
  "refcount": "0",
597
- "size": 487424,
598
- "version": "10.2.8"
566
+ "size": 503808,
567
+ "version": "10.3.2"
599
568
  },
600
569
  "com.apple.driver.AppleIntelSlowAdaptiveClocking": {
601
- "index": "119",
570
+ "index": "106",
602
571
  "refcount": "0",
603
572
  "size": 8192,
604
573
  "version": "4.0.0"
605
574
  },
606
575
  "com.apple.driver.AppleKeyStore": {
607
- "index": "30",
576
+ "index": "31",
608
577
  "refcount": "0",
609
- "size": 401408,
578
+ "size": 405504,
610
579
  "version": "2"
611
580
  },
612
581
  "com.apple.driver.AppleLPC": {
613
- "index": "123",
582
+ "index": "118",
614
583
  "refcount": "0",
615
584
  "size": 12288,
616
585
  "version": "3.1"
617
586
  },
618
587
  "com.apple.driver.AppleMCCSControl": {
619
- "index": "103",
588
+ "index": "112",
620
589
  "refcount": "0",
621
590
  "size": 65536,
622
- "version": "1.5.3"
591
+ "version": "1.5.4"
623
592
  },
624
593
  "com.apple.driver.AppleMobileFileIntegrity": {
625
- "index": "28",
594
+ "index": "29",
626
595
  "refcount": "5",
627
596
  "size": 86016,
628
597
  "version": "1.0.5"
629
598
  },
630
599
  "com.apple.driver.AppleMultitouchDriver": {
631
- "index": "81",
600
+ "index": "84",
632
601
  "refcount": "3",
633
602
  "size": 167936,
634
- "version": "1004.1"
603
+ "version": "1404.4"
635
604
  },
636
605
  "com.apple.driver.AppleMuxControl": {
637
- "index": "122",
606
+ "index": "114",
638
607
  "refcount": "0",
639
608
  "size": 77824,
640
- "version": "3.16.19"
609
+ "version": "3.18.48"
641
610
  },
642
611
  "com.apple.driver.AppleOSXWatchdog": {
643
- "index": "120",
612
+ "index": "109",
644
613
  "refcount": "0",
645
614
  "size": 16384,
646
615
  "version": "1"
647
616
  },
648
617
  "com.apple.driver.AppleRTC": {
649
- "index": "44",
618
+ "index": "45",
650
619
  "refcount": "0",
651
620
  "size": 32768,
652
621
  "version": "2.0"
653
622
  },
654
623
  "com.apple.driver.AppleSEPManager": {
655
- "index": "18",
656
- "refcount": "2",
657
- "size": 94208,
624
+ "index": "19",
625
+ "refcount": "3",
626
+ "size": 98304,
658
627
  "version": "1.0.1"
659
628
  },
660
629
  "com.apple.driver.AppleSMBIOS": {
@@ -665,7 +634,7 @@
665
634
  },
666
635
  "com.apple.driver.AppleSMC": {
667
636
  "index": "13",
668
- "refcount": "9",
637
+ "refcount": "8",
669
638
  "size": 118784,
670
639
  "version": "3.1.9"
671
640
  },
@@ -675,16 +644,10 @@
675
644
  "size": 24576,
676
645
  "version": "211"
677
646
  },
678
- "com.apple.driver.AppleSMCRTC": {
679
- "index": "14",
680
- "refcount": "1",
681
- "size": 28672,
682
- "version": "1.0"
683
- },
684
647
  "com.apple.driver.AppleSSE": {
685
- "index": "159",
648
+ "index": "141",
686
649
  "refcount": "0",
687
- "size": 36864,
650
+ "size": 49152,
688
651
  "version": "1.0"
689
652
  },
690
653
  "com.apple.driver.AppleSmartBatteryManager": {
@@ -696,26 +659,26 @@
696
659
  "com.apple.driver.AppleThunderboltDPAdapterFamily": {
697
660
  "index": "57",
698
661
  "refcount": "1",
699
- "size": 65536,
700
- "version": "5.0.2"
662
+ "size": 61440,
663
+ "version": "5.5.3"
701
664
  },
702
665
  "com.apple.driver.AppleThunderboltDPInAdapter": {
703
666
  "index": "58",
704
667
  "refcount": "0",
705
668
  "size": 24576,
706
- "version": "5.0.2"
669
+ "version": "5.5.3"
707
670
  },
708
671
  "com.apple.driver.AppleThunderboltIP": {
709
- "index": "136",
672
+ "index": "98",
710
673
  "refcount": "0",
711
674
  "size": 90112,
712
- "version": "3.1.0"
675
+ "version": "3.1.1"
713
676
  },
714
677
  "com.apple.driver.AppleThunderboltNHI": {
715
678
  "index": "55",
716
679
  "refcount": "0",
717
680
  "size": 118784,
718
- "version": "4.5.6"
681
+ "version": "4.7.2"
719
682
  },
720
683
  "com.apple.driver.AppleThunderboltPCIDownAdapter": {
721
684
  "index": "56",
@@ -724,16 +687,16 @@
724
687
  "version": "2.1.3"
725
688
  },
726
689
  "com.apple.driver.AppleTopCaseHIDEventDriver": {
727
- "index": "87",
690
+ "index": "90",
728
691
  "refcount": "0",
729
692
  "size": 40960,
730
- "version": "127"
693
+ "version": "133"
731
694
  },
732
695
  "com.apple.driver.AppleUSBCardReader": {
733
- "index": "89",
696
+ "index": "92",
734
697
  "refcount": "0",
735
698
  "size": 53248,
736
- "version": "439.20.7"
699
+ "version": "439.50.6"
737
700
  },
738
701
  "com.apple.driver.AppleUSBHostMergeProperties": {
739
702
  "index": "51",
@@ -742,91 +705,97 @@
742
705
  "version": "1.2"
743
706
  },
744
707
  "com.apple.driver.AppleUSBTDM": {
745
- "index": "29",
708
+ "index": "30",
746
709
  "refcount": "1",
747
710
  "size": 73728,
748
- "version": "439.20.7"
711
+ "version": "439.50.6"
749
712
  },
750
713
  "com.apple.driver.AppleUSBTopCaseDriver": {
751
- "index": "83",
714
+ "index": "86",
752
715
  "refcount": "0",
753
716
  "size": 8192,
754
- "version": "127"
717
+ "version": "133"
755
718
  },
756
719
  "com.apple.driver.AppleUpstreamUserClient": {
757
- "index": "151",
720
+ "index": "155",
758
721
  "refcount": "0",
759
722
  "size": 20480,
760
- "version": "3.6.4"
723
+ "version": "3.6.5"
724
+ },
725
+ "com.apple.driver.AppleXsanScheme": {
726
+ "index": "210",
727
+ "refcount": "0",
728
+ "size": 32768,
729
+ "version": "3"
761
730
  },
762
731
  "com.apple.driver.AudioAUUC": {
763
- "index": "163",
732
+ "index": "151",
764
733
  "refcount": "0",
765
734
  "size": 20480,
766
735
  "version": "1.70"
767
736
  },
768
737
  "com.apple.driver.DiskImages": {
769
- "index": "32",
738
+ "index": "34",
770
739
  "refcount": "0",
771
740
  "size": 102400,
772
- "version": "480.1.2"
741
+ "version": "480.50.10"
773
742
  },
774
743
  "com.apple.driver.DspFuncLib": {
775
- "index": "144",
744
+ "index": "157",
776
745
  "refcount": "1",
777
- "size": 1318912,
778
- "version": "280.12"
746
+ "size": 1323008,
747
+ "version": "281.51"
779
748
  },
780
749
  "com.apple.driver.IOSlaveProcessor": {
781
- "index": "17",
782
- "refcount": "3",
750
+ "index": "18",
751
+ "refcount": "4",
783
752
  "size": 28672,
784
753
  "version": "1"
785
754
  },
786
755
  "com.apple.driver.KernelRelayHost": {
787
- "index": "22",
756
+ "index": "23",
788
757
  "refcount": "3",
789
- "size": 110592,
758
+ "size": 118784,
790
759
  "version": "1"
791
760
  },
792
761
  "com.apple.driver.X86PlatformPlugin": {
793
- "index": "107",
762
+ "index": "108",
794
763
  "refcount": "1",
795
764
  "size": 94208,
796
765
  "version": "1.0.0"
797
766
  },
798
767
  "com.apple.driver.X86PlatformShim": {
799
- "index": "152",
768
+ "index": "163",
800
769
  "refcount": "1",
801
770
  "size": 28672,
802
771
  "version": "1.0.0"
803
772
  },
804
773
  "com.apple.driver.corecapture": {
805
- "index": "112",
774
+ "index": "71",
806
775
  "refcount": "2",
807
- "size": 167936,
776
+ "size": 172032,
808
777
  "version": "1.0.4"
809
778
  },
810
779
  "com.apple.driver.eficheck": {
811
- "index": "142",
780
+ "index": "133",
812
781
  "refcount": "0",
813
782
  "size": 12288,
814
783
  "version": "1"
815
784
  },
816
785
  "com.apple.driver.pmtelemetry": {
817
- "index": "156",
786
+ "index": "138",
818
787
  "refcount": "0",
819
788
  "size": 61440,
820
789
  "version": "1"
821
790
  },
822
791
  "com.apple.driver.usb.AppleUSBCommon": {
823
- "index": "20",
792
+ "index": "21",
824
793
  "refcount": "8",
825
794
  "size": 32768,
826
795
  "version": "1.0"
827
796
  },
828
797
  "com.apple.driver.usb.AppleUSBHostCompositeDevice": {
829
- "index": "76",
798
+ "index": "79",
830
799
  "refcount": "0",
831
800
  "size": 32768,
832
801
  "version": "1.2"
@@ -838,49 +807,49 @@
838
807
  "version": "1.0"
839
808
  },
840
809
  "com.apple.driver.usb.AppleUSBHub": {
841
- "index": "92",
810
+ "index": "204",
842
811
  "refcount": "0",
843
- "size": 217088,
812
+ "size": 212992,
844
813
  "version": "1.2"
845
814
  },
846
815
  "com.apple.driver.usb.AppleUSBXHCI": {
847
- "index": "68",
816
+ "index": "67",
848
817
  "refcount": "1",
849
818
  "size": 311296,
850
819
  "version": "1.2"
851
820
  },
852
821
  "com.apple.driver.usb.AppleUSBXHCIPCI": {
853
- "index": "69",
822
+ "index": "68",
854
823
  "refcount": "0",
855
- "size": 200704,
824
+ "size": 184320,
856
825
  "version": "1.2"
857
826
  },
858
827
  "com.apple.driver.usb.IOUSBHostHIDDevice": {
859
- "index": "79",
828
+ "index": "82",
860
829
  "refcount": "1",
861
830
  "size": 49152,
862
831
  "version": "1.2"
863
832
  },
864
833
  "com.apple.driver.usb.networking": {
865
- "index": "77",
834
+ "index": "80",
866
835
  "refcount": "0",
867
836
  "size": 32768,
868
837
  "version": "5.0.0"
869
838
  },
870
839
  "com.apple.filesystems.afpfs": {
871
- "index": "176",
840
+ "index": "174",
872
841
  "refcount": "0",
873
842
  "size": 327680,
874
843
  "version": "11.1"
875
844
  },
876
845
  "com.apple.filesystems.apfs": {
877
- "index": "75",
846
+ "index": "77",
878
847
  "refcount": "1",
879
- "size": 888832,
880
- "version": "748.21.6"
848
+ "size": 942080,
849
+ "version": "748.51.0"
881
850
  },
882
851
  "com.apple.filesystems.autofs": {
883
- "index": "96",
852
+ "index": "162",
884
853
  "refcount": "0",
885
854
  "size": 36864,
886
855
  "version": "3.0"
@@ -892,21 +861,21 @@
892
861
  "version": "1"
893
862
  },
894
863
  "com.apple.filesystems.hfs.kext": {
895
- "index": "64",
896
- "refcount": "0",
864
+ "index": "63",
865
+ "refcount": "1",
897
866
  "size": 421888,
898
- "version": "407.1.3"
867
+ "version": "407.50.6"
899
868
  },
900
869
  "com.apple.filesystems.smbfs": {
901
- "index": "172",
870
+ "index": "177",
902
871
  "refcount": "0",
903
872
  "size": 405504,
904
- "version": "3.2"
873
+ "version": "3.2.2"
905
874
  },
906
875
  "com.apple.iokit.IO80211Family": {
907
- "index": "114",
876
+ "index": "73",
908
877
  "refcount": "1",
909
- "size": 999424,
878
+ "size": 1007616,
910
879
  "version": "1200.12.2"
911
880
  },
912
881
  "com.apple.iokit.IOACPIFamily": {
@@ -916,88 +885,94 @@
916
885
  "version": "1.4"
917
886
  },
918
887
  "com.apple.iokit.IOAHCIBlockStorage": {
919
- "index": "72",
888
+ "index": "75",
920
889
  "refcount": "0",
921
890
  "size": 159744,
922
- "version": "301.20.1"
891
+ "version": "301.40.2"
923
892
  },
924
893
  "com.apple.iokit.IOAHCIFamily": {
925
- "index": "66",
894
+ "index": "65",
926
895
  "refcount": "2",
927
896
  "size": 106496,
928
897
  "version": "288"
929
898
  },
899
+ "com.apple.iokit.IOAVBFamily": {
900
+ "index": "146",
901
+ "refcount": "0",
902
+ "size": 65536,
903
+ "version": "675.6"
904
+ },
930
905
  "com.apple.iokit.IOAcceleratorFamily2": {
931
- "index": "99",
906
+ "index": "101",
932
907
  "refcount": "3",
933
- "size": 614400,
934
- "version": "374.1"
908
+ "size": 618496,
909
+ "version": "378.18.1"
935
910
  },
936
911
  "com.apple.iokit.IOAudioFamily": {
937
- "index": "126",
912
+ "index": "121",
938
913
  "refcount": "5",
939
914
  "size": 258048,
940
915
  "version": "206.5"
941
916
  },
942
- "com.apple.iokit.IOBufferCopyEngineFamily": {
943
- "index": "33",
917
+ "com.apple.iokit.IOEthernetAVBController": {
918
+ "index": "144",
944
919
  "refcount": "2",
945
- "size": 49152,
946
- "version": "1"
920
+ "size": 28672,
921
+ "version": "1.1.0"
947
922
  },
948
923
  "com.apple.iokit.IOGraphicsFamily": {
949
- "index": "98",
950
- "refcount": "21",
951
- "size": 286720,
952
- "version": "517.17"
924
+ "index": "100",
925
+ "refcount": "22",
926
+ "size": 299008,
927
+ "version": "519.15"
953
928
  },
954
929
  "com.apple.iokit.IOHDAFamily": {
955
- "index": "127",
930
+ "index": "122",
956
931
  "refcount": "2",
957
932
  "size": 49152,
958
- "version": "280.12"
933
+ "version": "281.51"
959
934
  },
960
935
  "com.apple.iokit.IOHIDFamily": {
961
936
  "index": "46",
962
- "refcount": "10",
937
+ "refcount": "11",
963
938
  "size": 503808,
964
939
  "version": "2.0.0"
965
940
  },
966
941
  "com.apple.iokit.IONDRVSupport": {
967
- "index": "133",
942
+ "index": "128",
968
943
  "refcount": "3",
969
- "size": 57344,
970
- "version": "517.17"
944
+ "size": 65536,
945
+ "version": "519.15"
971
946
  },
972
947
  "com.apple.iokit.IONetworkingFamily": {
973
- "index": "61",
974
- "refcount": "6",
948
+ "index": "15",
949
+ "refcount": "9",
975
950
  "size": 196608,
976
951
  "version": "3.4"
977
952
  },
978
953
  "com.apple.iokit.IOPCIFamily": {
979
954
  "index": "12",
980
- "refcount": "39",
955
+ "refcount": "41",
981
956
  "size": 217088,
982
957
  "version": "2.9"
983
958
  },
984
959
  "com.apple.iokit.IOReportFamily": {
985
- "index": "16",
960
+ "index": "17",
986
961
  "refcount": "5",
987
962
  "size": 28672,
988
963
  "version": "31"
989
964
  },
990
965
  "com.apple.iokit.IOSCSIArchitectureModelFamily": {
991
- "index": "25",
966
+ "index": "26",
992
967
  "refcount": "4",
993
968
  "size": 176128,
994
- "version": "404.20.1"
969
+ "version": "404.30.2"
995
970
  },
996
971
  "com.apple.iokit.IOSCSIBlockCommandsDevice": {
997
- "index": "26",
972
+ "index": "27",
998
973
  "refcount": "2",
999
974
  "size": 102400,
1000
- "version": "404.20.1"
975
+ "version": "404.30.2"
1001
976
  },
1002
977
  "com.apple.iokit.IOSMBusFamily": {
1003
978
  "index": "41",
@@ -1006,40 +981,40 @@
1006
981
  "version": "1.1"
1007
982
  },
1008
983
  "com.apple.iokit.IOSerialFamily": {
1009
- "index": "157",
984
+ "index": "139",
1010
985
  "refcount": "1",
1011
986
  "size": 57344,
1012
987
  "version": "11"
1013
988
  },
1014
989
  "com.apple.iokit.IOSlowAdaptiveClockingFamily": {
1015
- "index": "118",
990
+ "index": "105",
1016
991
  "refcount": "1",
1017
992
  "size": 20480,
1018
993
  "version": "1.0.0"
1019
994
  },
1020
995
  "com.apple.iokit.IOStorageFamily": {
1021
- "index": "24",
1022
- "refcount": "8",
1023
- "size": 159744,
996
+ "index": "25",
997
+ "refcount": "9",
998
+ "size": 163840,
1024
999
  "version": "2.1"
1025
1000
  },
1026
1001
  "com.apple.iokit.IOSurface": {
1027
- "index": "97",
1002
+ "index": "99",
1028
1003
  "refcount": "3",
1029
- "size": 102400,
1030
- "version": "209"
1004
+ "size": 106496,
1005
+ "version": "211.12"
1031
1006
  },
1032
1007
  "com.apple.iokit.IOThunderboltFamily": {
1033
1008
  "index": "54",
1034
1009
  "refcount": "5",
1035
- "size": 962560,
1036
- "version": "6.5.8"
1010
+ "size": 966656,
1011
+ "version": "6.7.8"
1037
1012
  },
1038
1013
  "com.apple.iokit.IOTimeSyncFamily": {
1039
- "index": "164",
1040
- "refcount": "0",
1041
- "size": 147456,
1042
- "version": "600.15"
1014
+ "index": "16",
1015
+ "refcount": "2",
1016
+ "size": 155648,
1017
+ "version": "675.12"
1043
1018
  },
1044
1019
  "com.apple.iokit.IOUSBFamily": {
1045
1020
  "index": "52",
@@ -1048,31 +1023,31 @@
1048
1023
  "version": "900.4.1"
1049
1024
  },
1050
1025
  "com.apple.iokit.IOUSBHIDDriver": {
1051
- "index": "94",
1026
+ "index": "206",
1052
1027
  "refcount": "0",
1053
- "size": 40960,
1028
+ "size": 36864,
1054
1029
  "version": "900.4.1"
1055
1030
  },
1056
1031
  "com.apple.iokit.IOUSBHostFamily": {
1057
- "index": "21",
1032
+ "index": "22",
1058
1033
  "refcount": "19",
1059
1034
  "size": 491520,
1060
1035
  "version": "1.2"
1061
1036
  },
1062
1037
  "com.apple.iokit.IOUSBMassStorageDriver": {
1063
- "index": "27",
1038
+ "index": "28",
1064
1039
  "refcount": "2",
1065
1040
  "size": 184320,
1066
- "version": "140"
1041
+ "version": "140.50.3"
1067
1042
  },
1068
1043
  "com.apple.iokit.IOUSBUserClient": {
1069
- "index": "168",
1044
+ "index": "166",
1070
1045
  "refcount": "1",
1071
1046
  "size": 12288,
1072
1047
  "version": "900.4.1"
1073
1048
  },
1074
1049
  "com.apple.iokit.IOUserEthernet": {
1075
- "index": "160",
1050
+ "index": "142",
1076
1051
  "refcount": "0",
1077
1052
  "size": 24576,
1078
1053
  "version": "1.0.1"
@@ -1086,7 +1061,7 @@
1086
1061
  "com.apple.kec.corecrypto": {
1087
1062
  "index": "8",
1088
1063
  "refcount": "9",
1089
- "size": 712704,
1064
+ "size": 720896,
1090
1065
  "version": "1.0"
1091
1066
  },
1092
1067
  "com.apple.kec.pthread": {
@@ -1098,35 +1073,47 @@
1098
1073
  "com.apple.kext.AMD7000Controller": {
1099
1074
  "index": "117",
1100
1075
  "refcount": "0",
1101
- "size": 1961984,
1102
- "version": "1.5.8"
1076
+ "size": 372736,
1077
+ "version": "1.6.6"
1103
1078
  },
1104
1079
  "com.apple.kext.AMDFramebuffer": {
1105
- "index": "148",
1080
+ "index": "154",
1106
1081
  "refcount": "0",
1107
- "size": 163840,
1108
- "version": "1.5.8"
1082
+ "size": 167936,
1083
+ "version": "1.6.6"
1109
1084
  },
1110
1085
  "com.apple.kext.AMDRadeonX4000": {
1111
- "index": "140",
1086
+ "index": "152",
1112
1087
  "refcount": "0",
1113
- "size": 8904704,
1114
- "version": "1.5.8"
1088
+ "size": 4956160,
1089
+ "version": "1.6.6"
1090
+ },
1091
+ "com.apple.kext.AMDRadeonX4000HWServices": {
1092
+ "index": "150",
1093
+ "refcount": "0",
1094
+ "size": 73728,
1095
+ "version": "1.6.6"
1096
+ },
1097
+ "com.apple.kext.AMDRadeonX4030HWLibs": {
1098
+ "index": "153",
1099
+ "refcount": "0",
1100
+ "size": 7663616,
1101
+ "version": "1.0"
1115
1102
  },
1116
1103
  "com.apple.kext.AMDSupport": {
1117
1104
  "index": "116",
1118
1105
  "refcount": "2",
1119
- "size": 1941504,
1120
- "version": "1.5.8"
1106
+ "size": 2023424,
1107
+ "version": "1.6.6"
1121
1108
  },
1122
1109
  "com.apple.kext.OSvKernDSPLib": {
1123
- "index": "143",
1110
+ "index": "156",
1124
1111
  "refcount": "1",
1125
1112
  "size": 77824,
1126
1113
  "version": "526"
1127
1114
  },
1128
1115
  "com.apple.kext.triggers": {
1129
- "index": "95",
1116
+ "index": "161",
1130
1117
  "refcount": "2",
1131
1118
  "size": 20480,
1132
1119
  "version": "1.0"
@@ -1137,8 +1124,14 @@
1137
1124
  "size": 32768,
1138
1125
  "version": "183"
1139
1126
  },
1127
+ "com.apple.plugin.IOgPTPPlugin": {
1128
+ "index": "145",
1129
+ "refcount": "1",
1130
+ "size": 614400,
1131
+ "version": "675.12"
1132
+ },
1140
1133
  "com.apple.security.SecureRemotePassword": {
1141
- "index": "175",
1134
+ "index": "173",
1142
1135
  "refcount": "1",
1143
1136
  "size": 69632,
1144
1137
  "version": "1.0"
@@ -1158,41 +1151,41 @@
1158
1151
  "com.apple.security.sandbox": {
1159
1152
  "index": "36",
1160
1153
  "refcount": "1",
1161
- "size": 131072,
1154
+ "size": 135168,
1162
1155
  "version": "300.0"
1163
1156
  },
1164
1157
  "com.apple.vecLib.kext": {
1165
- "index": "125",
1158
+ "index": "120",
1166
1159
  "refcount": "2",
1167
1160
  "size": 700416,
1168
1161
  "version": "1.2.0"
1169
1162
  },
1170
1163
  "org.virtualbox.kext.VBoxDrv": {
1171
- "index": "166",
1164
+ "index": "160",
1172
1165
  "refcount": "3",
1173
- "size": 401408,
1174
- "version": "5.1.30"
1166
+ "size": 409600,
1167
+ "version": "5.2.8"
1175
1168
  },
1176
1169
  "org.virtualbox.kext.VBoxNetAdp": {
1177
- "index": "171",
1170
+ "index": "169",
1178
1171
  "refcount": "0",
1179
1172
  "size": 24576,
1180
- "version": "5.1.30"
1173
+ "version": "5.2.8"
1181
1174
  },
1182
1175
  "org.virtualbox.kext.VBoxNetFlt": {
1183
- "index": "170",
1176
+ "index": "168",
1184
1177
  "refcount": "0",
1185
1178
  "size": 20480,
1186
- "version": "5.1.30"
1179
+ "version": "5.2.8"
1187
1180
  },
1188
1181
  "org.virtualbox.kext.VBoxUSB": {
1189
- "index": "169",
1182
+ "index": "167",
1190
1183
  "refcount": "0",
1191
1184
  "size": 32768,
1192
- "version": "5.1.30"
1185
+ "version": "5.2.8"
1193
1186
  },
1194
1187
  "zoom.us.ZoomAudioDevice": {
1195
- "index": "162",
1188
+ "index": "147",
1196
1189
  "refcount": "0",
1197
1190
  "size": 20480,
1198
1191
  "version": "1.2"
@@ -1201,8 +1194,8 @@
1201
1194
  "name": "Darwin",
1202
1195
  "os": "Darwin",
1203
1196
  "processor": "i386",
1204
- "release": "17.2.0",
1205
- "version": "Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/RELEASE_X86_64"
1197
+ "release": "17.5.0",
1198
+ "version": "Darwin Kernel Version 17.5.0: Mon Mar 5 22:24:32 PST 2018; root:xnu-4570.51.1~1/RELEASE_X86_64"
1206
1199
  },
1207
1200
  "keys": {
1208
1201
  "ssh": {
@@ -1216,18 +1209,18 @@
1216
1209
  "bin_dir": "/usr/local/bin",
1217
1210
  "gem_bin": "/usr/local/bin/gem",
1218
1211
  "gems_dir": "/usr/local/gems",
1219
- "host": "x86_64-apple-darwin17.2.0",
1212
+ "host": "x86_64-apple-darwin17.4.0",
1220
1213
  "host_cpu": "x86_64",
1221
- "host_os": "darwin17.2.0",
1214
+ "host_os": "darwin17.4.0",
1222
1215
  "host_vendor": "apple",
1223
1216
  "platform": "x86_64-darwin17",
1224
- "release_date": "2017-09-14",
1217
+ "release_date": "2017-12-14",
1225
1218
  "ruby_bin": "/usr/local/bin/ruby",
1226
1219
  "target": "x86_64-apple-darwin17",
1227
1220
  "target_cpu": "x86_64",
1228
1221
  "target_os": "darwin17",
1229
1222
  "target_vendor": "apple",
1230
- "version": "2.4.2"
1223
+ "version": "2.4.3"
1231
1224
  }
1232
1225
  },
1233
1226
  "macaddress": "11:11:11:11:11:11",
@@ -1324,13 +1317,13 @@
1324
1317
  }
1325
1318
  }
1326
1319
  },
1327
- "ohai_time": 1509994432.980223,
1320
+ "ohai_time": 1523309258.095066,
1328
1321
  "os": "darwin",
1329
- "os_version": "17.2.0",
1322
+ "os_version": "17.5.0",
1330
1323
  "platform": "mac_os_x",
1331
- "platform_build": "17B48",
1324
+ "platform_build": "17E199",
1332
1325
  "platform_family": "mac_os_x",
1333
- "platform_version": "10.13.1",
1326
+ "platform_version": "10.13.4",
1334
1327
  "root_group": "wheel",
1335
1328
  "shells": [
1336
1329
  "/bin/bash",