fauxhai-chef 9.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +2 -0
- data/LICENSE +22 -0
- data/bin/fauxhai +23 -0
- data/fauxhai-chef.gemspec +28 -0
- data/lib/fauxhai/exception.rb +6 -0
- data/lib/fauxhai/fetcher.rb +80 -0
- data/lib/fauxhai/keys/id_dsa +12 -0
- data/lib/fauxhai/keys/id_dsa.pub +1 -0
- data/lib/fauxhai/keys/id_rsa +27 -0
- data/lib/fauxhai/keys/id_rsa.pub +1 -0
- data/lib/fauxhai/mocker.rb +143 -0
- data/lib/fauxhai/platforms/aix/7.1.json +1889 -0
- data/lib/fauxhai/platforms/aix/7.2.json +5289 -0
- data/lib/fauxhai/platforms/almalinux/8.json +5754 -0
- data/lib/fauxhai/platforms/amazon/2.json +4697 -0
- data/lib/fauxhai/platforms/amazon/2018.03.json +3525 -0
- data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +1669 -0
- data/lib/fauxhai/platforms/centos/6.10.json +2691 -0
- data/lib/fauxhai/platforms/centos/7.7.1908.json +3855 -0
- data/lib/fauxhai/platforms/centos/7.8.2003.json +3803 -0
- data/lib/fauxhai/platforms/centos/8.json +4715 -0
- data/lib/fauxhai/platforms/chefspec/0.6.1.json +20 -0
- data/lib/fauxhai/platforms/clearos/7.4.json +6130 -0
- data/lib/fauxhai/platforms/debian/10.json +2928 -0
- data/lib/fauxhai/platforms/debian/11.json +2744 -0
- data/lib/fauxhai/platforms/debian/9.11.json +2943 -0
- data/lib/fauxhai/platforms/debian/9.12.json +2942 -0
- data/lib/fauxhai/platforms/debian/9.13.json +2959 -0
- data/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json +392 -0
- data/lib/fauxhai/platforms/fedora/31.json +3994 -0
- data/lib/fauxhai/platforms/fedora/32.json +3554 -0
- data/lib/fauxhai/platforms/freebsd/11.2.json +427 -0
- data/lib/fauxhai/platforms/freebsd/12.1.json +913 -0
- data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +989 -0
- data/lib/fauxhai/platforms/linuxmint/19.0.json +9649 -0
- data/lib/fauxhai/platforms/mac_os_x/10.14.json +1350 -0
- data/lib/fauxhai/platforms/mac_os_x/10.15.json +1510 -0
- data/lib/fauxhai/platforms/mac_os_x/11.0.json +2821 -0
- data/lib/fauxhai/platforms/mac_os_x/11.json +3356 -0
- data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
- data/lib/fauxhai/platforms/openbsd/6.2.json +295 -0
- data/lib/fauxhai/platforms/opensuse/15.2.json +5967 -0
- data/lib/fauxhai/platforms/oracle/6.10.json +4349 -0
- data/lib/fauxhai/platforms/oracle/7.5.json +6576 -0
- data/lib/fauxhai/platforms/oracle/7.6.json +6591 -0
- data/lib/fauxhai/platforms/raspbian/10.json +3664 -0
- data/lib/fauxhai/platforms/redhat/6.10.json +5822 -0
- data/lib/fauxhai/platforms/redhat/7.7.json +3969 -0
- data/lib/fauxhai/platforms/redhat/7.8.json +3958 -0
- data/lib/fauxhai/platforms/redhat/7.9.json +3959 -0
- data/lib/fauxhai/platforms/redhat/8.json +4547 -0
- data/lib/fauxhai/platforms/rocky/8.json +5768 -0
- data/lib/fauxhai/platforms/smartos/5.11.json +1680 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +10290 -0
- data/lib/fauxhai/platforms/suse/12.4.json +5875 -0
- data/lib/fauxhai/platforms/suse/12.5.json +5012 -0
- data/lib/fauxhai/platforms/suse/15.json +6096 -0
- data/lib/fauxhai/platforms/ubuntu/16.04.json +3885 -0
- data/lib/fauxhai/platforms/ubuntu/18.04.json +4042 -0
- data/lib/fauxhai/platforms/ubuntu/20.04.json +4613 -0
- data/lib/fauxhai/platforms/windows/10.json +431 -0
- data/lib/fauxhai/platforms/windows/2012.json +404 -0
- data/lib/fauxhai/platforms/windows/2012R2.json +406 -0
- data/lib/fauxhai/platforms/windows/2016.json +408 -0
- data/lib/fauxhai/platforms/windows/2019.json +408 -0
- data/lib/fauxhai/platforms/windows/8.1.json +416 -0
- data/lib/fauxhai/runner/default.rb +284 -0
- data/lib/fauxhai/runner/windows.rb +101 -0
- data/lib/fauxhai/runner.rb +45 -0
- data/lib/fauxhai/version.rb +3 -0
- data/lib/fauxhai.rb +18 -0
- metadata +202 -0
@@ -0,0 +1,1510 @@
|
|
1
|
+
{
|
2
|
+
"chef_packages": {
|
3
|
+
"chef": {
|
4
|
+
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.0.257/lib",
|
5
|
+
"version": "16.0.257"
|
6
|
+
},
|
7
|
+
"ohai": {
|
8
|
+
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.0.20/lib/ohai",
|
9
|
+
"version": "16.0.20"
|
10
|
+
}
|
11
|
+
},
|
12
|
+
"command": {
|
13
|
+
"ps": "ps -ef"
|
14
|
+
},
|
15
|
+
"counters": {
|
16
|
+
"network": {
|
17
|
+
"interfaces": {
|
18
|
+
"en0": {
|
19
|
+
"rx": {
|
20
|
+
"bytes": 0,
|
21
|
+
"compressed": 0,
|
22
|
+
"drop": 0,
|
23
|
+
"errors": 0,
|
24
|
+
"frame": 0,
|
25
|
+
"multicast": 0,
|
26
|
+
"overrun": 0,
|
27
|
+
"packets": 0
|
28
|
+
},
|
29
|
+
"tx": {
|
30
|
+
"bytes": 0,
|
31
|
+
"carrier": 0,
|
32
|
+
"collisions": 0,
|
33
|
+
"compressed": 0,
|
34
|
+
"drop": 0,
|
35
|
+
"errors": 0,
|
36
|
+
"overrun": 0,
|
37
|
+
"packets": 0
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"lo": {
|
41
|
+
"rx": {
|
42
|
+
"bytes": 0,
|
43
|
+
"drop": 0,
|
44
|
+
"errors": 0,
|
45
|
+
"overrun": 0,
|
46
|
+
"packets": 0
|
47
|
+
},
|
48
|
+
"tx": {
|
49
|
+
"bytes": 0,
|
50
|
+
"carrier": 0,
|
51
|
+
"collisions": 0,
|
52
|
+
"drop": 0,
|
53
|
+
"errors": 0,
|
54
|
+
"packets": 0,
|
55
|
+
"queuelen": "1"
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"cpu": {
|
62
|
+
"cores": 1,
|
63
|
+
"real": 1,
|
64
|
+
"total": 1
|
65
|
+
},
|
66
|
+
"current_user": "fauxhai",
|
67
|
+
"dmi": {
|
68
|
+
},
|
69
|
+
"domain": "local",
|
70
|
+
"filesystem": {
|
71
|
+
"by_device": {
|
72
|
+
"/dev/disk1s1": {
|
73
|
+
"block_size": 512,
|
74
|
+
"fs_type": "apfs",
|
75
|
+
"inodes_available": "9761528819",
|
76
|
+
"inodes_percent_used": "0%",
|
77
|
+
"inodes_used": "6449341",
|
78
|
+
"kb_available": "27126076",
|
79
|
+
"kb_size": "976797816",
|
80
|
+
"kb_used": "936864528",
|
81
|
+
"mount_options": [
|
82
|
+
"local",
|
83
|
+
"journaled",
|
84
|
+
"nobrowse"
|
85
|
+
],
|
86
|
+
"mounts": [
|
87
|
+
"/System/Volumes/Data"
|
88
|
+
],
|
89
|
+
"percent_used": "98%",
|
90
|
+
"total_inodes": "9767978160"
|
91
|
+
},
|
92
|
+
"/dev/disk1s4": {
|
93
|
+
"block_size": 512,
|
94
|
+
"fs_type": "apfs",
|
95
|
+
"inodes_available": "9767978159",
|
96
|
+
"inodes_percent_used": "0%",
|
97
|
+
"inodes_used": "1",
|
98
|
+
"kb_available": "27126076",
|
99
|
+
"kb_size": "976797816",
|
100
|
+
"kb_used": "1048600",
|
101
|
+
"mount_options": [
|
102
|
+
"local",
|
103
|
+
"journaled",
|
104
|
+
"nobrowse"
|
105
|
+
],
|
106
|
+
"mounts": [
|
107
|
+
"/private/var/vm"
|
108
|
+
],
|
109
|
+
"percent_used": "4%",
|
110
|
+
"total_inodes": "9767978160"
|
111
|
+
},
|
112
|
+
"/dev/disk1s5": {
|
113
|
+
"block_size": 512,
|
114
|
+
"fs_type": "apfs",
|
115
|
+
"inodes_available": "9767490685",
|
116
|
+
"inodes_percent_used": "0%",
|
117
|
+
"inodes_used": "487475",
|
118
|
+
"kb_available": "27126076",
|
119
|
+
"kb_size": "976797816",
|
120
|
+
"kb_used": "10959756",
|
121
|
+
"mount_options": [
|
122
|
+
"local",
|
123
|
+
"read-only",
|
124
|
+
"journaled"
|
125
|
+
],
|
126
|
+
"mounts": [
|
127
|
+
"/"
|
128
|
+
],
|
129
|
+
"percent_used": "29%",
|
130
|
+
"total_inodes": "9767978160"
|
131
|
+
},
|
132
|
+
"devfs": {
|
133
|
+
"block_size": 512,
|
134
|
+
"fs_type": "devfs",
|
135
|
+
"inodes_available": "0",
|
136
|
+
"inodes_percent_used": "100%",
|
137
|
+
"inodes_used": "672",
|
138
|
+
"kb_available": "0",
|
139
|
+
"kb_size": "193",
|
140
|
+
"kb_used": "193",
|
141
|
+
"mount_options": [
|
142
|
+
"local",
|
143
|
+
"nobrowse"
|
144
|
+
],
|
145
|
+
"mounts": [
|
146
|
+
"/dev"
|
147
|
+
],
|
148
|
+
"percent_used": "100%",
|
149
|
+
"total_inodes": "672"
|
150
|
+
},
|
151
|
+
"map auto_home": {
|
152
|
+
"block_size": 512,
|
153
|
+
"fs_type": "autofs",
|
154
|
+
"inodes_available": "0",
|
155
|
+
"inodes_percent_used": "100%",
|
156
|
+
"inodes_used": "0",
|
157
|
+
"kb_available": "0",
|
158
|
+
"kb_size": "0",
|
159
|
+
"kb_used": "0",
|
160
|
+
"mount_options": [
|
161
|
+
"automounted",
|
162
|
+
"nobrowse"
|
163
|
+
],
|
164
|
+
"mounts": [
|
165
|
+
"/System/Volumes/Data/home"
|
166
|
+
],
|
167
|
+
"percent_used": "100%",
|
168
|
+
"total_inodes": "0"
|
169
|
+
}
|
170
|
+
},
|
171
|
+
"by_mountpoint": {
|
172
|
+
"/": {
|
173
|
+
"block_size": 512,
|
174
|
+
"devices": [
|
175
|
+
"/dev/disk1s5"
|
176
|
+
],
|
177
|
+
"fs_type": "apfs",
|
178
|
+
"inodes_available": "9767490685",
|
179
|
+
"inodes_percent_used": "0%",
|
180
|
+
"inodes_used": "487475",
|
181
|
+
"kb_available": "27126076",
|
182
|
+
"kb_size": "976797816",
|
183
|
+
"kb_used": "10959756",
|
184
|
+
"mount_options": [
|
185
|
+
"local",
|
186
|
+
"read-only",
|
187
|
+
"journaled"
|
188
|
+
],
|
189
|
+
"percent_used": "29%",
|
190
|
+
"total_inodes": "9767978160"
|
191
|
+
},
|
192
|
+
"/System/Volumes/Data": {
|
193
|
+
"block_size": 512,
|
194
|
+
"devices": [
|
195
|
+
"/dev/disk1s1"
|
196
|
+
],
|
197
|
+
"fs_type": "apfs",
|
198
|
+
"inodes_available": "9761528819",
|
199
|
+
"inodes_percent_used": "0%",
|
200
|
+
"inodes_used": "6449341",
|
201
|
+
"kb_available": "27126076",
|
202
|
+
"kb_size": "976797816",
|
203
|
+
"kb_used": "936864528",
|
204
|
+
"mount_options": [
|
205
|
+
"local",
|
206
|
+
"journaled",
|
207
|
+
"nobrowse"
|
208
|
+
],
|
209
|
+
"percent_used": "98%",
|
210
|
+
"total_inodes": "9767978160"
|
211
|
+
},
|
212
|
+
"/System/Volumes/Data/home": {
|
213
|
+
"block_size": 512,
|
214
|
+
"devices": [
|
215
|
+
"map auto_home"
|
216
|
+
],
|
217
|
+
"fs_type": "autofs",
|
218
|
+
"inodes_available": "0",
|
219
|
+
"inodes_percent_used": "100%",
|
220
|
+
"inodes_used": "0",
|
221
|
+
"kb_available": "0",
|
222
|
+
"kb_size": "0",
|
223
|
+
"kb_used": "0",
|
224
|
+
"mount_options": [
|
225
|
+
"automounted",
|
226
|
+
"nobrowse"
|
227
|
+
],
|
228
|
+
"percent_used": "100%",
|
229
|
+
"total_inodes": "0"
|
230
|
+
},
|
231
|
+
"/dev": {
|
232
|
+
"block_size": 512,
|
233
|
+
"devices": [
|
234
|
+
"devfs"
|
235
|
+
],
|
236
|
+
"fs_type": "devfs",
|
237
|
+
"inodes_available": "0",
|
238
|
+
"inodes_percent_used": "100%",
|
239
|
+
"inodes_used": "672",
|
240
|
+
"kb_available": "0",
|
241
|
+
"kb_size": "193",
|
242
|
+
"kb_used": "193",
|
243
|
+
"mount_options": [
|
244
|
+
"local",
|
245
|
+
"nobrowse"
|
246
|
+
],
|
247
|
+
"percent_used": "100%",
|
248
|
+
"total_inodes": "672"
|
249
|
+
},
|
250
|
+
"/private/var/vm": {
|
251
|
+
"block_size": 512,
|
252
|
+
"devices": [
|
253
|
+
"/dev/disk1s4"
|
254
|
+
],
|
255
|
+
"fs_type": "apfs",
|
256
|
+
"inodes_available": "9767978159",
|
257
|
+
"inodes_percent_used": "0%",
|
258
|
+
"inodes_used": "1",
|
259
|
+
"kb_available": "27126076",
|
260
|
+
"kb_size": "976797816",
|
261
|
+
"kb_used": "1048600",
|
262
|
+
"mount_options": [
|
263
|
+
"local",
|
264
|
+
"journaled",
|
265
|
+
"nobrowse"
|
266
|
+
],
|
267
|
+
"percent_used": "4%",
|
268
|
+
"total_inodes": "9767978160"
|
269
|
+
}
|
270
|
+
},
|
271
|
+
"by_pair": {
|
272
|
+
"/dev/disk1s1,/System/Volumes/Data": {
|
273
|
+
"block_size": 512,
|
274
|
+
"device": "/dev/disk1s1",
|
275
|
+
"fs_type": "apfs",
|
276
|
+
"inodes_available": "9761528819",
|
277
|
+
"inodes_percent_used": "0%",
|
278
|
+
"inodes_used": "6449341",
|
279
|
+
"kb_available": "27126076",
|
280
|
+
"kb_size": "976797816",
|
281
|
+
"kb_used": "936864528",
|
282
|
+
"mount": "/System/Volumes/Data",
|
283
|
+
"mount_options": [
|
284
|
+
"local",
|
285
|
+
"journaled",
|
286
|
+
"nobrowse"
|
287
|
+
],
|
288
|
+
"percent_used": "98%",
|
289
|
+
"total_inodes": "9767978160"
|
290
|
+
},
|
291
|
+
"/dev/disk1s4,/private/var/vm": {
|
292
|
+
"block_size": 512,
|
293
|
+
"device": "/dev/disk1s4",
|
294
|
+
"fs_type": "apfs",
|
295
|
+
"inodes_available": "9767978159",
|
296
|
+
"inodes_percent_used": "0%",
|
297
|
+
"inodes_used": "1",
|
298
|
+
"kb_available": "27126076",
|
299
|
+
"kb_size": "976797816",
|
300
|
+
"kb_used": "1048600",
|
301
|
+
"mount": "/private/var/vm",
|
302
|
+
"mount_options": [
|
303
|
+
"local",
|
304
|
+
"journaled",
|
305
|
+
"nobrowse"
|
306
|
+
],
|
307
|
+
"percent_used": "4%",
|
308
|
+
"total_inodes": "9767978160"
|
309
|
+
},
|
310
|
+
"/dev/disk1s5,/": {
|
311
|
+
"block_size": 512,
|
312
|
+
"device": "/dev/disk1s5",
|
313
|
+
"fs_type": "apfs",
|
314
|
+
"inodes_available": "9767490685",
|
315
|
+
"inodes_percent_used": "0%",
|
316
|
+
"inodes_used": "487475",
|
317
|
+
"kb_available": "27126076",
|
318
|
+
"kb_size": "976797816",
|
319
|
+
"kb_used": "10959756",
|
320
|
+
"mount": "/",
|
321
|
+
"mount_options": [
|
322
|
+
"local",
|
323
|
+
"read-only",
|
324
|
+
"journaled"
|
325
|
+
],
|
326
|
+
"percent_used": "29%",
|
327
|
+
"total_inodes": "9767978160"
|
328
|
+
},
|
329
|
+
"devfs,/dev": {
|
330
|
+
"block_size": 512,
|
331
|
+
"device": "devfs",
|
332
|
+
"fs_type": "devfs",
|
333
|
+
"inodes_available": "0",
|
334
|
+
"inodes_percent_used": "100%",
|
335
|
+
"inodes_used": "672",
|
336
|
+
"kb_available": "0",
|
337
|
+
"kb_size": "193",
|
338
|
+
"kb_used": "193",
|
339
|
+
"mount": "/dev",
|
340
|
+
"mount_options": [
|
341
|
+
"local",
|
342
|
+
"nobrowse"
|
343
|
+
],
|
344
|
+
"percent_used": "100%",
|
345
|
+
"total_inodes": "672"
|
346
|
+
},
|
347
|
+
"map auto_home,/System/Volumes/Data/home": {
|
348
|
+
"block_size": 512,
|
349
|
+
"device": "map auto_home",
|
350
|
+
"fs_type": "autofs",
|
351
|
+
"inodes_available": "0",
|
352
|
+
"inodes_percent_used": "100%",
|
353
|
+
"inodes_used": "0",
|
354
|
+
"kb_available": "0",
|
355
|
+
"kb_size": "0",
|
356
|
+
"kb_used": "0",
|
357
|
+
"mount": "/System/Volumes/Data/home",
|
358
|
+
"mount_options": [
|
359
|
+
"automounted",
|
360
|
+
"nobrowse"
|
361
|
+
],
|
362
|
+
"percent_used": "100%",
|
363
|
+
"total_inodes": "0"
|
364
|
+
}
|
365
|
+
}
|
366
|
+
},
|
367
|
+
"fqdn": "fauxhai.local",
|
368
|
+
"hostname": "Fauxhai",
|
369
|
+
"idle": "30 days 15 hours 07 minutes 30 seconds",
|
370
|
+
"idletime_seconds": 2646450,
|
371
|
+
"ipaddress": "10.0.0.2",
|
372
|
+
"kernel": {
|
373
|
+
"machine": "x86_64",
|
374
|
+
"modules": {
|
375
|
+
"com.apple.AGDCPluginDisplayMetrics": {
|
376
|
+
"index": "175",
|
377
|
+
"refcount": "0",
|
378
|
+
"size": 12288,
|
379
|
+
"version": "5.1.16"
|
380
|
+
},
|
381
|
+
"com.apple.AppleFSCompression.AppleFSCompressionTypeZlib": {
|
382
|
+
"index": "97",
|
383
|
+
"refcount": "0",
|
384
|
+
"size": 49152,
|
385
|
+
"version": "1.0.0"
|
386
|
+
},
|
387
|
+
"com.apple.AppleGPUWrangler": {
|
388
|
+
"index": "153",
|
389
|
+
"refcount": "0",
|
390
|
+
"size": 45056,
|
391
|
+
"version": "5.1.16"
|
392
|
+
},
|
393
|
+
"com.apple.AppleGraphicsDeviceControl": {
|
394
|
+
"index": "123",
|
395
|
+
"refcount": "9",
|
396
|
+
"size": 40960,
|
397
|
+
"version": "5.1.16"
|
398
|
+
},
|
399
|
+
"com.apple.AppleSystemPolicy": {
|
400
|
+
"index": "46",
|
401
|
+
"refcount": "0",
|
402
|
+
"size": 57344,
|
403
|
+
"version": "2.0.0"
|
404
|
+
},
|
405
|
+
"com.apple.BootCache": {
|
406
|
+
"index": "99",
|
407
|
+
"refcount": "0",
|
408
|
+
"size": 57344,
|
409
|
+
"version": "40"
|
410
|
+
},
|
411
|
+
"com.apple.driver.AGDCBacklightControl": {
|
412
|
+
"index": "164",
|
413
|
+
"refcount": "0",
|
414
|
+
"size": 20480,
|
415
|
+
"version": "5.1.16"
|
416
|
+
},
|
417
|
+
"com.apple.driver.AGPM": {
|
418
|
+
"index": "169",
|
419
|
+
"refcount": "0",
|
420
|
+
"size": 135168,
|
421
|
+
"version": "111.4.4"
|
422
|
+
},
|
423
|
+
"com.apple.driver.AppleACPIButtons": {
|
424
|
+
"index": "57",
|
425
|
+
"refcount": "0",
|
426
|
+
"size": 16384,
|
427
|
+
"version": "6.1"
|
428
|
+
},
|
429
|
+
"com.apple.driver.AppleACPIEC": {
|
430
|
+
"index": "53",
|
431
|
+
"refcount": "0",
|
432
|
+
"size": 28672,
|
433
|
+
"version": "6.1"
|
434
|
+
},
|
435
|
+
"com.apple.driver.AppleACPIPlatform": {
|
436
|
+
"index": "16",
|
437
|
+
"refcount": "2",
|
438
|
+
"size": 634880,
|
439
|
+
"version": "6.1"
|
440
|
+
},
|
441
|
+
"com.apple.driver.AppleAPIC": {
|
442
|
+
"index": "50",
|
443
|
+
"refcount": "0",
|
444
|
+
"size": 12288,
|
445
|
+
"version": "1.7"
|
446
|
+
},
|
447
|
+
"com.apple.driver.AppleAVEBridge": {
|
448
|
+
"index": "116",
|
449
|
+
"refcount": "0",
|
450
|
+
"size": 20480,
|
451
|
+
"version": "6.1"
|
452
|
+
},
|
453
|
+
"com.apple.driver.AppleActuatorDriver": {
|
454
|
+
"index": "150",
|
455
|
+
"refcount": "0",
|
456
|
+
"size": 61440,
|
457
|
+
"version": "3440.1"
|
458
|
+
},
|
459
|
+
"com.apple.driver.AppleBCMWLANBusInterfacePCIe": {
|
460
|
+
"index": "91",
|
461
|
+
"refcount": "0",
|
462
|
+
"size": 335872,
|
463
|
+
"version": "1"
|
464
|
+
},
|
465
|
+
"com.apple.driver.AppleBCMWLANCore": {
|
466
|
+
"index": "90",
|
467
|
+
"refcount": "1",
|
468
|
+
"size": 1875968,
|
469
|
+
"version": "1.0.0"
|
470
|
+
},
|
471
|
+
"com.apple.driver.AppleBacklightExpert": {
|
472
|
+
"index": "158",
|
473
|
+
"refcount": "1",
|
474
|
+
"size": 20480,
|
475
|
+
"version": "1.1.0"
|
476
|
+
},
|
477
|
+
"com.apple.driver.AppleBridgeAudioController": {
|
478
|
+
"index": "140",
|
479
|
+
"refcount": "0",
|
480
|
+
"size": 49152,
|
481
|
+
"version": "6.70.3"
|
482
|
+
},
|
483
|
+
"com.apple.driver.AppleBusPowerController": {
|
484
|
+
"index": "18",
|
485
|
+
"refcount": "1",
|
486
|
+
"size": 32768,
|
487
|
+
"version": "1.0"
|
488
|
+
},
|
489
|
+
"com.apple.driver.AppleCredentialManager": {
|
490
|
+
"index": "39",
|
491
|
+
"refcount": "1",
|
492
|
+
"size": 331776,
|
493
|
+
"version": "1.0"
|
494
|
+
},
|
495
|
+
"com.apple.driver.AppleEFINVRAM": {
|
496
|
+
"index": "59",
|
497
|
+
"refcount": "1",
|
498
|
+
"size": 57344,
|
499
|
+
"version": "2.1"
|
500
|
+
},
|
501
|
+
"com.apple.driver.AppleEFIRuntime": {
|
502
|
+
"index": "58",
|
503
|
+
"refcount": "1",
|
504
|
+
"size": 20480,
|
505
|
+
"version": "2.1"
|
506
|
+
},
|
507
|
+
"com.apple.driver.AppleEffaceableNOR": {
|
508
|
+
"index": "68",
|
509
|
+
"refcount": "0",
|
510
|
+
"size": 53248,
|
511
|
+
"version": "1.0"
|
512
|
+
},
|
513
|
+
"com.apple.driver.AppleEffaceableStorage": {
|
514
|
+
"index": "34",
|
515
|
+
"refcount": "3",
|
516
|
+
"size": 49152,
|
517
|
+
"version": "1.0"
|
518
|
+
},
|
519
|
+
"com.apple.driver.AppleFDEKeyStore": {
|
520
|
+
"index": "35",
|
521
|
+
"refcount": "0",
|
522
|
+
"size": 49152,
|
523
|
+
"version": "28.30"
|
524
|
+
},
|
525
|
+
"com.apple.driver.AppleGFXHDA": {
|
526
|
+
"index": "132",
|
527
|
+
"refcount": "0",
|
528
|
+
"size": 479232,
|
529
|
+
"version": "100.1.426"
|
530
|
+
},
|
531
|
+
"com.apple.driver.AppleGraphicsControl": {
|
532
|
+
"index": "137",
|
533
|
+
"refcount": "2",
|
534
|
+
"size": 12288,
|
535
|
+
"version": "5.1.16"
|
536
|
+
},
|
537
|
+
"com.apple.driver.AppleGraphicsDevicePolicy": {
|
538
|
+
"index": "179",
|
539
|
+
"refcount": "0",
|
540
|
+
"size": 81920,
|
541
|
+
"version": "5.1.16"
|
542
|
+
},
|
543
|
+
"com.apple.driver.AppleHIDALSService": {
|
544
|
+
"index": "144",
|
545
|
+
"refcount": "0",
|
546
|
+
"size": 8192,
|
547
|
+
"version": "1"
|
548
|
+
},
|
549
|
+
"com.apple.driver.AppleHIDKeyboard": {
|
550
|
+
"index": "151",
|
551
|
+
"refcount": "0",
|
552
|
+
"size": 45056,
|
553
|
+
"version": "209"
|
554
|
+
},
|
555
|
+
"com.apple.driver.AppleHPM": {
|
556
|
+
"index": "80",
|
557
|
+
"refcount": "0",
|
558
|
+
"size": 61440,
|
559
|
+
"version": "3.4.4"
|
560
|
+
},
|
561
|
+
"com.apple.driver.AppleHSBluetoothDriver": {
|
562
|
+
"index": "148",
|
563
|
+
"refcount": "1",
|
564
|
+
"size": 57344,
|
565
|
+
"version": "3430.1"
|
566
|
+
},
|
567
|
+
"com.apple.driver.AppleHV": {
|
568
|
+
"index": "173",
|
569
|
+
"refcount": "0",
|
570
|
+
"size": 40960,
|
571
|
+
"version": "1"
|
572
|
+
},
|
573
|
+
"com.apple.driver.AppleInputDeviceSupport": {
|
574
|
+
"index": "145",
|
575
|
+
"refcount": "2",
|
576
|
+
"size": 110592,
|
577
|
+
"version": "3440.8"
|
578
|
+
},
|
579
|
+
"com.apple.driver.AppleIntelCFLGraphicsFramebuffer": {
|
580
|
+
"index": "142",
|
581
|
+
"refcount": "0",
|
582
|
+
"size": 2306048,
|
583
|
+
"version": "14.0.5"
|
584
|
+
},
|
585
|
+
"com.apple.driver.AppleIntelKBLGraphics": {
|
586
|
+
"index": "162",
|
587
|
+
"refcount": "0",
|
588
|
+
"size": 1007616,
|
589
|
+
"version": "14.0.5"
|
590
|
+
},
|
591
|
+
"com.apple.driver.AppleIntelLpssDmac": {
|
592
|
+
"index": "78",
|
593
|
+
"refcount": "1",
|
594
|
+
"size": 32768,
|
595
|
+
"version": "3.0.60"
|
596
|
+
},
|
597
|
+
"com.apple.driver.AppleIntelLpssI2C": {
|
598
|
+
"index": "77",
|
599
|
+
"refcount": "1",
|
600
|
+
"size": 40960,
|
601
|
+
"version": "3.0.60"
|
602
|
+
},
|
603
|
+
"com.apple.driver.AppleIntelLpssI2CController": {
|
604
|
+
"index": "79",
|
605
|
+
"refcount": "1",
|
606
|
+
"size": 102400,
|
607
|
+
"version": "3.0.60"
|
608
|
+
},
|
609
|
+
"com.apple.driver.AppleIntelLpssUARTCommon": {
|
610
|
+
"index": "126",
|
611
|
+
"refcount": "1",
|
612
|
+
"size": 12288,
|
613
|
+
"version": "3.0.60"
|
614
|
+
},
|
615
|
+
"com.apple.driver.AppleIntelLpssUARTv1": {
|
616
|
+
"index": "127",
|
617
|
+
"refcount": "0",
|
618
|
+
"size": 12288,
|
619
|
+
"version": "3.0.60"
|
620
|
+
},
|
621
|
+
"com.apple.driver.AppleIntelPCHPMC": {
|
622
|
+
"index": "121",
|
623
|
+
"refcount": "0",
|
624
|
+
"size": 24576,
|
625
|
+
"version": "2.0.1"
|
626
|
+
},
|
627
|
+
"com.apple.driver.AppleIntelSlowAdaptiveClocking": {
|
628
|
+
"index": "119",
|
629
|
+
"refcount": "0",
|
630
|
+
"size": 8192,
|
631
|
+
"version": "4.0.0"
|
632
|
+
},
|
633
|
+
"com.apple.driver.AppleKeyStore": {
|
634
|
+
"index": "42",
|
635
|
+
"refcount": "0",
|
636
|
+
"size": 516096,
|
637
|
+
"version": "2"
|
638
|
+
},
|
639
|
+
"com.apple.driver.AppleMCCSControl": {
|
640
|
+
"index": "136",
|
641
|
+
"refcount": "0",
|
642
|
+
"size": 61440,
|
643
|
+
"version": "1.11"
|
644
|
+
},
|
645
|
+
"com.apple.driver.AppleMobileFileIntegrity": {
|
646
|
+
"index": "32",
|
647
|
+
"refcount": "9",
|
648
|
+
"size": 163840,
|
649
|
+
"version": "1.0.5"
|
650
|
+
},
|
651
|
+
"com.apple.driver.AppleMultitouchDriver": {
|
652
|
+
"index": "146",
|
653
|
+
"refcount": "2",
|
654
|
+
"size": 163840,
|
655
|
+
"version": "3440.1"
|
656
|
+
},
|
657
|
+
"com.apple.driver.AppleMuxControl2": {
|
658
|
+
"index": "138",
|
659
|
+
"refcount": "0",
|
660
|
+
"size": 86016,
|
661
|
+
"version": "5.1.16"
|
662
|
+
},
|
663
|
+
"com.apple.driver.AppleOnboardSerial": {
|
664
|
+
"index": "125",
|
665
|
+
"refcount": "2",
|
666
|
+
"size": 188416,
|
667
|
+
"version": "1.0"
|
668
|
+
},
|
669
|
+
"com.apple.driver.AppleSEPManager": {
|
670
|
+
"index": "37",
|
671
|
+
"refcount": "3",
|
672
|
+
"size": 110592,
|
673
|
+
"version": "1.0.1"
|
674
|
+
},
|
675
|
+
"com.apple.driver.AppleSMBIOS": {
|
676
|
+
"index": "54",
|
677
|
+
"refcount": "0",
|
678
|
+
"size": 16384,
|
679
|
+
"version": "2.1"
|
680
|
+
},
|
681
|
+
"com.apple.driver.AppleSMC": {
|
682
|
+
"index": "15",
|
683
|
+
"refcount": "12",
|
684
|
+
"size": 126976,
|
685
|
+
"version": "3.1.9"
|
686
|
+
},
|
687
|
+
"com.apple.driver.AppleSMCRTC": {
|
688
|
+
"index": "55",
|
689
|
+
"refcount": "0",
|
690
|
+
"size": 28672,
|
691
|
+
"version": "1.0"
|
692
|
+
},
|
693
|
+
"com.apple.driver.AppleSSE": {
|
694
|
+
"index": "171",
|
695
|
+
"refcount": "0",
|
696
|
+
"size": 45056,
|
697
|
+
"version": "1.0"
|
698
|
+
},
|
699
|
+
"com.apple.driver.AppleSmartBatteryManager": {
|
700
|
+
"index": "56",
|
701
|
+
"refcount": "0",
|
702
|
+
"size": 53248,
|
703
|
+
"version": "161.0.0"
|
704
|
+
},
|
705
|
+
"com.apple.driver.AppleThunderboltDPAdapterFamily": {
|
706
|
+
"index": "81",
|
707
|
+
"refcount": "1",
|
708
|
+
"size": 61440,
|
709
|
+
"version": "6.2.6"
|
710
|
+
},
|
711
|
+
"com.apple.driver.AppleThunderboltDPInAdapter": {
|
712
|
+
"index": "82",
|
713
|
+
"refcount": "0",
|
714
|
+
"size": 24576,
|
715
|
+
"version": "6.2.6"
|
716
|
+
},
|
717
|
+
"com.apple.driver.AppleThunderboltIP": {
|
718
|
+
"index": "157",
|
719
|
+
"refcount": "0",
|
720
|
+
"size": 90112,
|
721
|
+
"version": "3.1.4"
|
722
|
+
},
|
723
|
+
"com.apple.driver.AppleThunderboltNHI": {
|
724
|
+
"index": "74",
|
725
|
+
"refcount": "0",
|
726
|
+
"size": 163840,
|
727
|
+
"version": "5.8.6"
|
728
|
+
},
|
729
|
+
"com.apple.driver.AppleThunderboltPCIDownAdapter": {
|
730
|
+
"index": "83",
|
731
|
+
"refcount": "0",
|
732
|
+
"size": 20480,
|
733
|
+
"version": "2.5.4"
|
734
|
+
},
|
735
|
+
"com.apple.driver.AppleTopCaseHIDEventDriver": {
|
736
|
+
"index": "149",
|
737
|
+
"refcount": "0",
|
738
|
+
"size": 40960,
|
739
|
+
"version": "3430.1"
|
740
|
+
},
|
741
|
+
"com.apple.driver.AppleUSBAudio": {
|
742
|
+
"index": "188",
|
743
|
+
"refcount": "0",
|
744
|
+
"size": 434176,
|
745
|
+
"version": "322.2"
|
746
|
+
},
|
747
|
+
"com.apple.driver.AppleUSBHostMergeProperties": {
|
748
|
+
"index": "19",
|
749
|
+
"refcount": "4",
|
750
|
+
"size": 16384,
|
751
|
+
"version": "1.2"
|
752
|
+
},
|
753
|
+
"com.apple.driver.AppleUSBTDM": {
|
754
|
+
"index": "41",
|
755
|
+
"refcount": "2",
|
756
|
+
"size": 86016,
|
757
|
+
"version": "489.101.1"
|
758
|
+
},
|
759
|
+
"com.apple.driver.AppleUpstreamUserClient": {
|
760
|
+
"index": "165",
|
761
|
+
"refcount": "0",
|
762
|
+
"size": 20480,
|
763
|
+
"version": "3.6.8"
|
764
|
+
},
|
765
|
+
"com.apple.driver.AppleVirtIO": {
|
766
|
+
"index": "94",
|
767
|
+
"refcount": "0",
|
768
|
+
"size": 110592,
|
769
|
+
"version": "1.0"
|
770
|
+
},
|
771
|
+
"com.apple.driver.AudioAUUC": {
|
772
|
+
"index": "192",
|
773
|
+
"refcount": "0",
|
774
|
+
"size": 20480,
|
775
|
+
"version": "1.70"
|
776
|
+
},
|
777
|
+
"com.apple.driver.BCMWLANFirmware4355.Hashstore": {
|
778
|
+
"index": "104",
|
779
|
+
"refcount": "0",
|
780
|
+
"size": 12288,
|
781
|
+
"version": "1"
|
782
|
+
},
|
783
|
+
"com.apple.driver.BCMWLANFirmware4364.Hashstore": {
|
784
|
+
"index": "103",
|
785
|
+
"refcount": "0",
|
786
|
+
"size": 49152,
|
787
|
+
"version": "1"
|
788
|
+
},
|
789
|
+
"com.apple.driver.BCMWLANFirmware4377.Hashstore": {
|
790
|
+
"index": "102",
|
791
|
+
"refcount": "0",
|
792
|
+
"size": 28672,
|
793
|
+
"version": "1"
|
794
|
+
},
|
795
|
+
"com.apple.driver.BridgeAudioCommunication": {
|
796
|
+
"index": "152",
|
797
|
+
"refcount": "0",
|
798
|
+
"size": 53248,
|
799
|
+
"version": "6.70.3"
|
800
|
+
},
|
801
|
+
"com.apple.driver.DiskImages": {
|
802
|
+
"index": "27",
|
803
|
+
"refcount": "0",
|
804
|
+
"size": 102400,
|
805
|
+
"version": "493.0.0"
|
806
|
+
},
|
807
|
+
"com.apple.driver.IOImageLoader": {
|
808
|
+
"index": "88",
|
809
|
+
"refcount": "5",
|
810
|
+
"size": 114688,
|
811
|
+
"version": "1.0.0"
|
812
|
+
},
|
813
|
+
"com.apple.driver.IOSlaveProcessor": {
|
814
|
+
"index": "36",
|
815
|
+
"refcount": "5",
|
816
|
+
"size": 28672,
|
817
|
+
"version": "1"
|
818
|
+
},
|
819
|
+
"com.apple.driver.KernelRelayHost": {
|
820
|
+
"index": "38",
|
821
|
+
"refcount": "3",
|
822
|
+
"size": 118784,
|
823
|
+
"version": "1"
|
824
|
+
},
|
825
|
+
"com.apple.driver.MaxTranserSizeOverrideDriver": {
|
826
|
+
"index": "198",
|
827
|
+
"refcount": "0",
|
828
|
+
"size": 8192,
|
829
|
+
"version": "489.101.1"
|
830
|
+
},
|
831
|
+
"com.apple.driver.X86PlatformPlugin": {
|
832
|
+
"index": "139",
|
833
|
+
"refcount": "1",
|
834
|
+
"size": 98304,
|
835
|
+
"version": "1.0.0"
|
836
|
+
},
|
837
|
+
"com.apple.driver.X86PlatformShim": {
|
838
|
+
"index": "167",
|
839
|
+
"refcount": "1",
|
840
|
+
"size": 28672,
|
841
|
+
"version": "1.0.0"
|
842
|
+
},
|
843
|
+
"com.apple.driver.corecapture": {
|
844
|
+
"index": "85",
|
845
|
+
"refcount": "7",
|
846
|
+
"size": 184320,
|
847
|
+
"version": "1.0.4"
|
848
|
+
},
|
849
|
+
"com.apple.driver.pmtelemetry": {
|
850
|
+
"index": "166",
|
851
|
+
"refcount": "0",
|
852
|
+
"size": 110592,
|
853
|
+
"version": "1"
|
854
|
+
},
|
855
|
+
"com.apple.driver.usb.AppleUSBCommon": {
|
856
|
+
"index": "20",
|
857
|
+
"refcount": "12",
|
858
|
+
"size": 57344,
|
859
|
+
"version": "1.0"
|
860
|
+
},
|
861
|
+
"com.apple.driver.usb.AppleUSBHostBillboardDevice": {
|
862
|
+
"index": "203",
|
863
|
+
"refcount": "0",
|
864
|
+
"size": 12288,
|
865
|
+
"version": "1.0"
|
866
|
+
},
|
867
|
+
"com.apple.driver.usb.AppleUSBHostCompositeDevice": {
|
868
|
+
"index": "105",
|
869
|
+
"refcount": "4",
|
870
|
+
"size": 32768,
|
871
|
+
"version": "1.2"
|
872
|
+
},
|
873
|
+
"com.apple.driver.usb.AppleUSBHub": {
|
874
|
+
"index": "193",
|
875
|
+
"refcount": "0",
|
876
|
+
"size": 217088,
|
877
|
+
"version": "1.2"
|
878
|
+
},
|
879
|
+
"com.apple.driver.usb.AppleUSBVHCI": {
|
880
|
+
"index": "71",
|
881
|
+
"refcount": "1",
|
882
|
+
"size": 163840,
|
883
|
+
"version": "1.2"
|
884
|
+
},
|
885
|
+
"com.apple.driver.usb.AppleUSBVHCIBCE": {
|
886
|
+
"index": "72",
|
887
|
+
"refcount": "0",
|
888
|
+
"size": 16384,
|
889
|
+
"version": "1.2"
|
890
|
+
},
|
891
|
+
"com.apple.driver.usb.AppleUSBVHCICommon": {
|
892
|
+
"index": "69",
|
893
|
+
"refcount": "3",
|
894
|
+
"size": 36864,
|
895
|
+
"version": "1.0"
|
896
|
+
},
|
897
|
+
"com.apple.driver.usb.AppleUSBVHCICommonBCE": {
|
898
|
+
"index": "70",
|
899
|
+
"refcount": "1",
|
900
|
+
"size": 53248,
|
901
|
+
"version": "1.0"
|
902
|
+
},
|
903
|
+
"com.apple.driver.usb.AppleUSBXHCI": {
|
904
|
+
"index": "63",
|
905
|
+
"refcount": "1",
|
906
|
+
"size": 360448,
|
907
|
+
"version": "1.2"
|
908
|
+
},
|
909
|
+
"com.apple.driver.usb.AppleUSBXHCIPCI": {
|
910
|
+
"index": "64",
|
911
|
+
"refcount": "0",
|
912
|
+
"size": 217088,
|
913
|
+
"version": "1.2"
|
914
|
+
},
|
915
|
+
"com.apple.driver.usb.IOUSBHostHIDDevice": {
|
916
|
+
"index": "110",
|
917
|
+
"refcount": "0",
|
918
|
+
"size": 49152,
|
919
|
+
"version": "1.2"
|
920
|
+
},
|
921
|
+
"com.apple.driver.usb.cdc": {
|
922
|
+
"index": "107",
|
923
|
+
"refcount": "3",
|
924
|
+
"size": 32768,
|
925
|
+
"version": "5.0.0"
|
926
|
+
},
|
927
|
+
"com.apple.driver.usb.cdc.acm": {
|
928
|
+
"index": "201",
|
929
|
+
"refcount": "0",
|
930
|
+
"size": 32768,
|
931
|
+
"version": "5.0.0"
|
932
|
+
},
|
933
|
+
"com.apple.driver.usb.cdc.ecm": {
|
934
|
+
"index": "196",
|
935
|
+
"refcount": "0",
|
936
|
+
"size": 49152,
|
937
|
+
"version": "5.0.0"
|
938
|
+
},
|
939
|
+
"com.apple.driver.usb.cdc.ncm": {
|
940
|
+
"index": "108",
|
941
|
+
"refcount": "0",
|
942
|
+
"size": 69632,
|
943
|
+
"version": "5.0.0"
|
944
|
+
},
|
945
|
+
"com.apple.driver.usb.networking": {
|
946
|
+
"index": "106",
|
947
|
+
"refcount": "4",
|
948
|
+
"size": 32768,
|
949
|
+
"version": "5.0.0"
|
950
|
+
},
|
951
|
+
"com.apple.driver.usb.realtek8153patcher": {
|
952
|
+
"index": "194",
|
953
|
+
"refcount": "0",
|
954
|
+
"size": 20480,
|
955
|
+
"version": "5.0.0"
|
956
|
+
},
|
957
|
+
"com.apple.driver.usb.serial": {
|
958
|
+
"index": "200",
|
959
|
+
"refcount": "1",
|
960
|
+
"size": 24576,
|
961
|
+
"version": "6.0.0"
|
962
|
+
},
|
963
|
+
"com.apple.driver.watchdog": {
|
964
|
+
"index": "14",
|
965
|
+
"refcount": "1",
|
966
|
+
"size": 36864,
|
967
|
+
"version": "1"
|
968
|
+
},
|
969
|
+
"com.apple.filesystems.afpfs": {
|
970
|
+
"index": "191",
|
971
|
+
"refcount": "0",
|
972
|
+
"size": 331776,
|
973
|
+
"version": "11.2"
|
974
|
+
},
|
975
|
+
"com.apple.filesystems.apfs": {
|
976
|
+
"index": "76",
|
977
|
+
"refcount": "1",
|
978
|
+
"size": 1212416,
|
979
|
+
"version": "1412.101.1"
|
980
|
+
},
|
981
|
+
"com.apple.filesystems.autofs": {
|
982
|
+
"index": "112",
|
983
|
+
"refcount": "0",
|
984
|
+
"size": 36864,
|
985
|
+
"version": "3.0"
|
986
|
+
},
|
987
|
+
"com.apple.filesystems.hfs.encodings.kext": {
|
988
|
+
"index": "95",
|
989
|
+
"refcount": "2",
|
990
|
+
"size": 20480,
|
991
|
+
"version": "1"
|
992
|
+
},
|
993
|
+
"com.apple.filesystems.hfs.kext": {
|
994
|
+
"index": "100",
|
995
|
+
"refcount": "0",
|
996
|
+
"size": 409600,
|
997
|
+
"version": "522.100.5"
|
998
|
+
},
|
999
|
+
"com.apple.filesystems.smbfs": {
|
1000
|
+
"index": "187",
|
1001
|
+
"refcount": "0",
|
1002
|
+
"size": 421888,
|
1003
|
+
"version": "3.4.2"
|
1004
|
+
},
|
1005
|
+
"com.apple.fileutil": {
|
1006
|
+
"index": "176",
|
1007
|
+
"refcount": "0",
|
1008
|
+
"size": 98304,
|
1009
|
+
"version": "20.036.15"
|
1010
|
+
},
|
1011
|
+
"com.apple.iokit.CoreAnalyticsFamily": {
|
1012
|
+
"index": "30",
|
1013
|
+
"refcount": "0",
|
1014
|
+
"size": 65536,
|
1015
|
+
"version": "1"
|
1016
|
+
},
|
1017
|
+
"com.apple.iokit.EndpointSecurity": {
|
1018
|
+
"index": "33",
|
1019
|
+
"refcount": "0",
|
1020
|
+
"size": 262144,
|
1021
|
+
"version": "1"
|
1022
|
+
},
|
1023
|
+
"com.apple.iokit.IOACPIFamily": {
|
1024
|
+
"index": "12",
|
1025
|
+
"refcount": "37",
|
1026
|
+
"size": 36864,
|
1027
|
+
"version": "1.4"
|
1028
|
+
},
|
1029
|
+
"com.apple.iokit.IOAVBFamily": {
|
1030
|
+
"index": "174",
|
1031
|
+
"refcount": "0",
|
1032
|
+
"size": 139264,
|
1033
|
+
"version": "840.3"
|
1034
|
+
},
|
1035
|
+
"com.apple.iokit.IOAcceleratorFamily2": {
|
1036
|
+
"index": "141",
|
1037
|
+
"refcount": "3",
|
1038
|
+
"size": 802816,
|
1039
|
+
"version": "438.4.5"
|
1040
|
+
},
|
1041
|
+
"com.apple.iokit.IOAudioFamily": {
|
1042
|
+
"index": "93",
|
1043
|
+
"refcount": "4",
|
1044
|
+
"size": 258048,
|
1045
|
+
"version": "300.2"
|
1046
|
+
},
|
1047
|
+
"com.apple.iokit.IOBufferCopyController": {
|
1048
|
+
"index": "67",
|
1049
|
+
"refcount": "0",
|
1050
|
+
"size": 40960,
|
1051
|
+
"version": "1.1.0"
|
1052
|
+
},
|
1053
|
+
"com.apple.iokit.IOBufferCopyEngineFamily": {
|
1054
|
+
"index": "66",
|
1055
|
+
"refcount": "6",
|
1056
|
+
"size": 65536,
|
1057
|
+
"version": "1"
|
1058
|
+
},
|
1059
|
+
"com.apple.iokit.IOEthernetAVBController": {
|
1060
|
+
"index": "114",
|
1061
|
+
"refcount": "2",
|
1062
|
+
"size": 28672,
|
1063
|
+
"version": "1.1.0"
|
1064
|
+
},
|
1065
|
+
"com.apple.iokit.IOGraphicsFamily": {
|
1066
|
+
"index": "122",
|
1067
|
+
"refcount": "20",
|
1068
|
+
"size": 331776,
|
1069
|
+
"version": "575.1"
|
1070
|
+
},
|
1071
|
+
"com.apple.iokit.IOHIDFamily": {
|
1072
|
+
"index": "51",
|
1073
|
+
"refcount": "10",
|
1074
|
+
"size": 655360,
|
1075
|
+
"version": "2.0.0"
|
1076
|
+
},
|
1077
|
+
"com.apple.iokit.IONDRVSupport": {
|
1078
|
+
"index": "131",
|
1079
|
+
"refcount": "3",
|
1080
|
+
"size": 57344,
|
1081
|
+
"version": "575.1"
|
1082
|
+
},
|
1083
|
+
"com.apple.iokit.IONVMeFamily": {
|
1084
|
+
"index": "65",
|
1085
|
+
"refcount": "0",
|
1086
|
+
"size": 274432,
|
1087
|
+
"version": "2.1.0"
|
1088
|
+
},
|
1089
|
+
"com.apple.iokit.IONetworkingFamily": {
|
1090
|
+
"index": "28",
|
1091
|
+
"refcount": "14",
|
1092
|
+
"size": 196608,
|
1093
|
+
"version": "3.4"
|
1094
|
+
},
|
1095
|
+
"com.apple.iokit.IOPCIFamily": {
|
1096
|
+
"index": "13",
|
1097
|
+
"refcount": "46",
|
1098
|
+
"size": 233472,
|
1099
|
+
"version": "2.9"
|
1100
|
+
},
|
1101
|
+
"com.apple.iokit.IOReportFamily": {
|
1102
|
+
"index": "17",
|
1103
|
+
"refcount": "10",
|
1104
|
+
"size": 28672,
|
1105
|
+
"version": "47"
|
1106
|
+
},
|
1107
|
+
"com.apple.iokit.IOSCSIArchitectureModelFamily": {
|
1108
|
+
"index": "23",
|
1109
|
+
"refcount": "5",
|
1110
|
+
"size": 176128,
|
1111
|
+
"version": "422.101.1"
|
1112
|
+
},
|
1113
|
+
"com.apple.iokit.IOSCSIBlockCommandsDevice": {
|
1114
|
+
"index": "40",
|
1115
|
+
"refcount": "2",
|
1116
|
+
"size": 102400,
|
1117
|
+
"version": "422.101.1"
|
1118
|
+
},
|
1119
|
+
"com.apple.iokit.IOSMBusFamily": {
|
1120
|
+
"index": "52",
|
1121
|
+
"refcount": "3",
|
1122
|
+
"size": 16384,
|
1123
|
+
"version": "1.1"
|
1124
|
+
},
|
1125
|
+
"com.apple.iokit.IOSerialFamily": {
|
1126
|
+
"index": "87",
|
1127
|
+
"refcount": "9",
|
1128
|
+
"size": 57344,
|
1129
|
+
"version": "11"
|
1130
|
+
},
|
1131
|
+
"com.apple.iokit.IOSkywalkFamily": {
|
1132
|
+
"index": "84",
|
1133
|
+
"refcount": "5",
|
1134
|
+
"size": 290816,
|
1135
|
+
"version": "1"
|
1136
|
+
},
|
1137
|
+
"com.apple.iokit.IOSlowAdaptiveClockingFamily": {
|
1138
|
+
"index": "118",
|
1139
|
+
"refcount": "1",
|
1140
|
+
"size": 24576,
|
1141
|
+
"version": "1.0.0"
|
1142
|
+
},
|
1143
|
+
"com.apple.iokit.IOStorageFamily": {
|
1144
|
+
"index": "22",
|
1145
|
+
"refcount": "9",
|
1146
|
+
"size": 163840,
|
1147
|
+
"version": "2.1"
|
1148
|
+
},
|
1149
|
+
"com.apple.iokit.IOSurface": {
|
1150
|
+
"index": "96",
|
1151
|
+
"refcount": "3",
|
1152
|
+
"size": 192512,
|
1153
|
+
"version": "269.11"
|
1154
|
+
},
|
1155
|
+
"com.apple.iokit.IOThunderboltFamily": {
|
1156
|
+
"index": "73",
|
1157
|
+
"refcount": "6",
|
1158
|
+
"size": 999424,
|
1159
|
+
"version": "7.6.0"
|
1160
|
+
},
|
1161
|
+
"com.apple.iokit.IOTimeSyncFamily": {
|
1162
|
+
"index": "29",
|
1163
|
+
"refcount": "3",
|
1164
|
+
"size": 258048,
|
1165
|
+
"version": "840.3"
|
1166
|
+
},
|
1167
|
+
"com.apple.iokit.IOUSBFamily": {
|
1168
|
+
"index": "61",
|
1169
|
+
"refcount": "2",
|
1170
|
+
"size": 626688,
|
1171
|
+
"version": "900.4.2"
|
1172
|
+
},
|
1173
|
+
"com.apple.iokit.IOUSBHostFamily": {
|
1174
|
+
"index": "21",
|
1175
|
+
"refcount": "25",
|
1176
|
+
"size": 1024000,
|
1177
|
+
"version": "1.2"
|
1178
|
+
},
|
1179
|
+
"com.apple.iokit.IOUSBMassStorageDriver": {
|
1180
|
+
"index": "24",
|
1181
|
+
"refcount": "1",
|
1182
|
+
"size": 212992,
|
1183
|
+
"version": "157.101.3"
|
1184
|
+
},
|
1185
|
+
"com.apple.iokit.IOUSBUserClient": {
|
1186
|
+
"index": "177",
|
1187
|
+
"refcount": "1",
|
1188
|
+
"size": 12288,
|
1189
|
+
"version": "900.4.2"
|
1190
|
+
},
|
1191
|
+
"com.apple.iokit.IOUserEthernet": {
|
1192
|
+
"index": "172",
|
1193
|
+
"refcount": "0",
|
1194
|
+
"size": 24576,
|
1195
|
+
"version": "1.0.1"
|
1196
|
+
},
|
1197
|
+
"com.apple.iokit.SCSITaskUserClient": {
|
1198
|
+
"index": "202",
|
1199
|
+
"refcount": "0",
|
1200
|
+
"size": 28672,
|
1201
|
+
"version": "422.101.1"
|
1202
|
+
},
|
1203
|
+
"com.apple.kec.Libm": {
|
1204
|
+
"index": "9",
|
1205
|
+
"refcount": "2",
|
1206
|
+
"size": 65536,
|
1207
|
+
"version": "1"
|
1208
|
+
},
|
1209
|
+
"com.apple.kec.corecrypto": {
|
1210
|
+
"index": "10",
|
1211
|
+
"refcount": "13",
|
1212
|
+
"size": 905216,
|
1213
|
+
"version": "1.0"
|
1214
|
+
},
|
1215
|
+
"com.apple.kec.pthread": {
|
1216
|
+
"index": "11",
|
1217
|
+
"refcount": "0",
|
1218
|
+
"size": 40960,
|
1219
|
+
"version": "1"
|
1220
|
+
},
|
1221
|
+
"com.apple.kext.AMD9500Controller": {
|
1222
|
+
"index": "154",
|
1223
|
+
"refcount": "0",
|
1224
|
+
"size": 491520,
|
1225
|
+
"version": "3.0.8"
|
1226
|
+
},
|
1227
|
+
"com.apple.kext.AMDFramebuffer": {
|
1228
|
+
"index": "185",
|
1229
|
+
"refcount": "0",
|
1230
|
+
"size": 172032,
|
1231
|
+
"version": "3.0.8"
|
1232
|
+
},
|
1233
|
+
"com.apple.kext.AMDRadeonServiceManager": {
|
1234
|
+
"index": "180",
|
1235
|
+
"refcount": "0",
|
1236
|
+
"size": 20480,
|
1237
|
+
"version": "3.0.8"
|
1238
|
+
},
|
1239
|
+
"com.apple.kext.AMDRadeonX4000": {
|
1240
|
+
"index": "182",
|
1241
|
+
"refcount": "0",
|
1242
|
+
"size": 4534272,
|
1243
|
+
"version": "3.0.8"
|
1244
|
+
},
|
1245
|
+
"com.apple.kext.AMDRadeonX4000HWServices": {
|
1246
|
+
"index": "181",
|
1247
|
+
"refcount": "0",
|
1248
|
+
"size": 69632,
|
1249
|
+
"version": "3.0.8"
|
1250
|
+
},
|
1251
|
+
"com.apple.kext.AMDRadeonX4100HWLibs": {
|
1252
|
+
"index": "183",
|
1253
|
+
"refcount": "0",
|
1254
|
+
"size": 12914688,
|
1255
|
+
"version": "1.0"
|
1256
|
+
},
|
1257
|
+
"com.apple.kext.AMDSupport": {
|
1258
|
+
"index": "124",
|
1259
|
+
"refcount": "2",
|
1260
|
+
"size": 2117632,
|
1261
|
+
"version": "3.0.8"
|
1262
|
+
},
|
1263
|
+
"com.apple.kext.CoreTrust": {
|
1264
|
+
"index": "31",
|
1265
|
+
"refcount": "2",
|
1266
|
+
"size": 49152,
|
1267
|
+
"version": "1"
|
1268
|
+
},
|
1269
|
+
"com.apple.kext.triggers": {
|
1270
|
+
"index": "111",
|
1271
|
+
"refcount": "2",
|
1272
|
+
"size": 20480,
|
1273
|
+
"version": "1.0"
|
1274
|
+
},
|
1275
|
+
"com.apple.nke.applicationfirewall": {
|
1276
|
+
"index": "48",
|
1277
|
+
"refcount": "0",
|
1278
|
+
"size": 40960,
|
1279
|
+
"version": "303"
|
1280
|
+
},
|
1281
|
+
"com.apple.plugin.IOgPTPPlugin": {
|
1282
|
+
"index": "115",
|
1283
|
+
"refcount": "1",
|
1284
|
+
"size": 733184,
|
1285
|
+
"version": "840.3"
|
1286
|
+
},
|
1287
|
+
"com.apple.private.KextAudit": {
|
1288
|
+
"index": "60",
|
1289
|
+
"refcount": "0",
|
1290
|
+
"size": 12288,
|
1291
|
+
"version": "1.0"
|
1292
|
+
},
|
1293
|
+
"com.apple.security.AppleImage4": {
|
1294
|
+
"index": "49",
|
1295
|
+
"refcount": "0",
|
1296
|
+
"size": 69632,
|
1297
|
+
"version": "1"
|
1298
|
+
},
|
1299
|
+
"com.apple.security.SecureRemotePassword": {
|
1300
|
+
"index": "190",
|
1301
|
+
"refcount": "1",
|
1302
|
+
"size": 65536,
|
1303
|
+
"version": "1.0"
|
1304
|
+
},
|
1305
|
+
"com.apple.security.TMSafetyNet": {
|
1306
|
+
"index": "47",
|
1307
|
+
"refcount": "0",
|
1308
|
+
"size": 8192,
|
1309
|
+
"version": "8"
|
1310
|
+
},
|
1311
|
+
"com.apple.security.quarantine": {
|
1312
|
+
"index": "45",
|
1313
|
+
"refcount": "1",
|
1314
|
+
"size": 49152,
|
1315
|
+
"version": "4"
|
1316
|
+
},
|
1317
|
+
"com.apple.security.sandbox": {
|
1318
|
+
"index": "44",
|
1319
|
+
"refcount": "2",
|
1320
|
+
"size": 368640,
|
1321
|
+
"version": "300.0"
|
1322
|
+
},
|
1323
|
+
"com.apple.vecLib.kext": {
|
1324
|
+
"index": "92",
|
1325
|
+
"refcount": "1",
|
1326
|
+
"size": 704512,
|
1327
|
+
"version": "1.2.0"
|
1328
|
+
},
|
1329
|
+
"org.virtualbox.kext.VBoxDrv": {
|
1330
|
+
"index": "113",
|
1331
|
+
"refcount": "3",
|
1332
|
+
"size": 987136,
|
1333
|
+
"version": "6.1.6"
|
1334
|
+
},
|
1335
|
+
"org.virtualbox.kext.VBoxNetAdp": {
|
1336
|
+
"index": "186",
|
1337
|
+
"refcount": "0",
|
1338
|
+
"size": 24576,
|
1339
|
+
"version": "6.1.6"
|
1340
|
+
},
|
1341
|
+
"org.virtualbox.kext.VBoxNetFlt": {
|
1342
|
+
"index": "184",
|
1343
|
+
"refcount": "0",
|
1344
|
+
"size": 20480,
|
1345
|
+
"version": "6.1.6"
|
1346
|
+
},
|
1347
|
+
"org.virtualbox.kext.VBoxUSB": {
|
1348
|
+
"index": "178",
|
1349
|
+
"refcount": "0",
|
1350
|
+
"size": 32768,
|
1351
|
+
"version": "6.1.6"
|
1352
|
+
}
|
1353
|
+
},
|
1354
|
+
"name": "Darwin",
|
1355
|
+
"os": "Darwin",
|
1356
|
+
"processor": "i386",
|
1357
|
+
"release": "19.4.0",
|
1358
|
+
"version": "Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64"
|
1359
|
+
},
|
1360
|
+
"keys": {
|
1361
|
+
"ssh": {
|
1362
|
+
"host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
|
1363
|
+
"host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
|
1364
|
+
}
|
1365
|
+
},
|
1366
|
+
"languages": {
|
1367
|
+
"powershell": null,
|
1368
|
+
"ruby": {
|
1369
|
+
"bin_dir": "/usr/local/bin",
|
1370
|
+
"gem_bin": "/usr/local/bin/gem",
|
1371
|
+
"gems_dir": "/usr/local/gems",
|
1372
|
+
"host": "x86_64-apple-darwin19.4.0",
|
1373
|
+
"host_cpu": "x86_64",
|
1374
|
+
"host_os": "darwin19.4.0",
|
1375
|
+
"host_vendor": "apple",
|
1376
|
+
"platform": "x86_64-darwin19",
|
1377
|
+
"release_date": "2020-03-31",
|
1378
|
+
"ruby_bin": "/usr/local/bin/ruby",
|
1379
|
+
"target": "x86_64-apple-darwin19",
|
1380
|
+
"target_cpu": "x86_64",
|
1381
|
+
"target_os": "darwin19",
|
1382
|
+
"target_vendor": "apple",
|
1383
|
+
"version": "2.7.1"
|
1384
|
+
}
|
1385
|
+
},
|
1386
|
+
"macaddress": "11:11:11:11:11:11",
|
1387
|
+
"machinename": "Fauxhai",
|
1388
|
+
"memory": {
|
1389
|
+
"total": "1048576kB"
|
1390
|
+
},
|
1391
|
+
"network": {
|
1392
|
+
"default_gateway": "10.0.0.1",
|
1393
|
+
"default_interface": "en0",
|
1394
|
+
"interfaces": {
|
1395
|
+
"en0": {
|
1396
|
+
"addresses": {
|
1397
|
+
"10.0.0.2": {
|
1398
|
+
"broadcast": "10.0.0.255",
|
1399
|
+
"family": "inet",
|
1400
|
+
"ip_scope": "RFC1918 PRIVATE",
|
1401
|
+
"netmask": "255.255.255.0",
|
1402
|
+
"prefixlen": "24",
|
1403
|
+
"scope": "Global"
|
1404
|
+
},
|
1405
|
+
"11:11:11:11:11:11": {
|
1406
|
+
"family": "lladdr"
|
1407
|
+
},
|
1408
|
+
"fe80::11:1111:1111:1111": {
|
1409
|
+
"family": "inet6",
|
1410
|
+
"ip_scope": "LINK LOCAL UNICAST",
|
1411
|
+
"prefixlen": "64",
|
1412
|
+
"scope": "Link",
|
1413
|
+
"tags": [
|
1414
|
+
]
|
1415
|
+
}
|
1416
|
+
},
|
1417
|
+
"arp": {
|
1418
|
+
"10.0.0.1": "fe:ff:ff:ff:ff:ff"
|
1419
|
+
},
|
1420
|
+
"encapsulation": "Ethernet",
|
1421
|
+
"flags": [
|
1422
|
+
"BROADCAST",
|
1423
|
+
"MULTICAST",
|
1424
|
+
"UP",
|
1425
|
+
"LOWER_UP"
|
1426
|
+
],
|
1427
|
+
"mtu": "1500",
|
1428
|
+
"number": "0",
|
1429
|
+
"ring_params": {
|
1430
|
+
},
|
1431
|
+
"routes": [
|
1432
|
+
{
|
1433
|
+
"destination": "default",
|
1434
|
+
"family": "inet",
|
1435
|
+
"via": "10.0.0.1"
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"destination": "10.0.0.0/24",
|
1439
|
+
"family": "inet",
|
1440
|
+
"proto": "kernel",
|
1441
|
+
"scope": "link",
|
1442
|
+
"src": "10.0.0.2"
|
1443
|
+
},
|
1444
|
+
{
|
1445
|
+
"destination": "fe80::/64",
|
1446
|
+
"family": "inet6",
|
1447
|
+
"metric": "256",
|
1448
|
+
"proto": "kernel"
|
1449
|
+
}
|
1450
|
+
],
|
1451
|
+
"state": "up",
|
1452
|
+
"type": "en"
|
1453
|
+
},
|
1454
|
+
"lo": {
|
1455
|
+
"addresses": {
|
1456
|
+
"127.0.0.1": {
|
1457
|
+
"family": "inet",
|
1458
|
+
"ip_scope": "LOOPBACK",
|
1459
|
+
"netmask": "255.0.0.0",
|
1460
|
+
"prefixlen": "8",
|
1461
|
+
"scope": "Node"
|
1462
|
+
},
|
1463
|
+
"::1": {
|
1464
|
+
"family": "inet6",
|
1465
|
+
"ip_scope": "LINK LOCAL LOOPBACK",
|
1466
|
+
"prefixlen": "128",
|
1467
|
+
"scope": "Node",
|
1468
|
+
"tags": [
|
1469
|
+
]
|
1470
|
+
}
|
1471
|
+
},
|
1472
|
+
"encapsulation": "Loopback",
|
1473
|
+
"flags": [
|
1474
|
+
"LOOPBACK",
|
1475
|
+
"UP",
|
1476
|
+
"LOWER_UP"
|
1477
|
+
],
|
1478
|
+
"mtu": "65536",
|
1479
|
+
"state": "unknown"
|
1480
|
+
}
|
1481
|
+
}
|
1482
|
+
},
|
1483
|
+
"ohai_time": 1588216088.4460108,
|
1484
|
+
"os": "darwin",
|
1485
|
+
"os_version": "19.4.0",
|
1486
|
+
"platform": "mac_os_x",
|
1487
|
+
"platform_build": "19E287",
|
1488
|
+
"platform_family": "mac_os_x",
|
1489
|
+
"platform_version": "10.15.4",
|
1490
|
+
"root_group": "wheel",
|
1491
|
+
"shard_seed": 73399073,
|
1492
|
+
"shells": [
|
1493
|
+
"/bin/bash",
|
1494
|
+
"/bin/csh",
|
1495
|
+
"/bin/ksh",
|
1496
|
+
"/bin/sh",
|
1497
|
+
"/bin/tcsh",
|
1498
|
+
"/bin/zsh",
|
1499
|
+
"/usr/local/bin/fish"
|
1500
|
+
],
|
1501
|
+
"time": {
|
1502
|
+
"timezone": "GMT"
|
1503
|
+
},
|
1504
|
+
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
1505
|
+
"uptime_seconds": 2646450,
|
1506
|
+
"virtualization": {
|
1507
|
+
"systems": {
|
1508
|
+
}
|
1509
|
+
}
|
1510
|
+
}
|