apple-data 1.0.611 → 1.0.612
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/apple_data/version.rb +1 -1
- data/share/entitlements.yaml +25 -3
- data/share/iboot.yaml +15 -4
- data/share/img4.yaml +829 -730
- data/share/nvram.yaml +26 -2
- data/share/pki.yaml +27 -5
- data/share/storage.yaml +54 -0
- data/share/syscfg.yaml +1 -0
- data/share/terms.yaml +80 -4
- data/share/uuid.yaml +11 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7dfd29f2167534f38d5310f3bd0d7387a0a2e3855acab594cbfe3493dab86776
|
4
|
+
data.tar.gz: 0dc8fa03cd752d4e5a8a17d99142ecbeb4470c1dd7078879f80609f9fe31a66e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8592a9ef5c53e7f13d97e6cc5b5ed908aab6de2e7b8fcdfcde6d0fcda62edc086b6fcd68ff90a534d2b959fec8f958bcd1c0c156c9b8ac93df3910e00dfff798
|
7
|
+
data.tar.gz: e301827335277778c233bd6c3f79a2bd68d8a942eb23defda1e6e7ea29e8d5d3de33f3b98ae41e9f66c788776eb451094495e4e32f6d048bf9528fe2abe08346
|
data/lib/apple_data/version.rb
CHANGED
data/share/entitlements.yaml
CHANGED
@@ -5309,6 +5309,16 @@ entitlements:
|
|
5309
5309
|
description:
|
5310
5310
|
types:
|
5311
5311
|
- boolean
|
5312
|
+
com.apple.private.driverkit.allows-publish:
|
5313
|
+
description: 'Entitlement allows a DK driver to publish services to other dexts,
|
5314
|
+
using the standard IOKit registerService() or DriverKit RegisterService() api.
|
5315
|
+
Those client dexts must have an entitlement specified by the kIODriverKitPublishEntitlementsKey
|
5316
|
+
property in the IOService being published, and subscribed in the client dext
|
5317
|
+
with IOServiceNotificationDispatchSource.
|
5318
|
+
|
5319
|
+
'
|
5320
|
+
checks:
|
5321
|
+
- kernel
|
5312
5322
|
com.apple.private.dt.automationmode.writer-client:
|
5313
5323
|
description:
|
5314
5324
|
types:
|
@@ -5905,7 +5915,7 @@ entitlements:
|
|
5905
5915
|
types:
|
5906
5916
|
- boolean
|
5907
5917
|
com.apple.private.img4.nonce.trust-cache:
|
5908
|
-
description:
|
5918
|
+
description: Provides access to the AppleImage4 IOKit Services
|
5909
5919
|
types:
|
5910
5920
|
- boolean
|
5911
5921
|
com.apple.private.in-app-payments:
|
@@ -5994,10 +6004,19 @@ entitlements:
|
|
5994
6004
|
description:
|
5995
6005
|
types:
|
5996
6006
|
- boolean
|
6007
|
+
com.apple.private.iokit.system-nvram-hidden-allow:
|
6008
|
+
description: Internal only key to give access to hidden system region variables
|
6009
|
+
checks:
|
6010
|
+
- kernel
|
5997
6011
|
com.apple.private.iokit.system-nvram-internal-allow:
|
5998
|
-
description:
|
6012
|
+
description: Internal only key to give access to system region on internal builds
|
5999
6013
|
types:
|
6000
6014
|
- boolean
|
6015
|
+
checks:
|
6016
|
+
- kernel
|
6017
|
+
com.apple.private.iokit.systemstate:
|
6018
|
+
checks:
|
6019
|
+
- kernel
|
6001
6020
|
com.apple.private.iopol.case_sensitivity:
|
6002
6021
|
description:
|
6003
6022
|
types:
|
@@ -6981,7 +7000,7 @@ entitlements:
|
|
6981
7000
|
types:
|
6982
7001
|
- boolean
|
6983
7002
|
com.apple.private.security.AppleImage4.user-client:
|
6984
|
-
description:
|
7003
|
+
description: Used to authorize user space applications to access the
|
6985
7004
|
types:
|
6986
7005
|
- boolean
|
6987
7006
|
com.apple.private.security.bootpolicy:
|
@@ -7354,6 +7373,9 @@ entitlements:
|
|
7354
7373
|
description:
|
7355
7374
|
types:
|
7356
7375
|
- boolean
|
7376
|
+
com.apple.private.security.waitquiet-panics:
|
7377
|
+
checks:
|
7378
|
+
- kernel
|
7357
7379
|
com.apple.private.securityuploadd:
|
7358
7380
|
description:
|
7359
7381
|
types:
|
data/share/iboot.yaml
CHANGED
@@ -21,9 +21,12 @@ commands:
|
|
21
21
|
alamo:
|
22
22
|
bgcolor:
|
23
23
|
bootx:
|
24
|
-
clearenvp:
|
24
|
+
clearenvp:
|
25
|
+
description: Clear Environment - Persistent
|
25
26
|
devicetree:
|
27
|
+
description: Sends the DeviceTree for the XNU Kernel
|
26
28
|
diags:
|
29
|
+
enter-tdm-mode:
|
27
30
|
firmware:
|
28
31
|
fsboot:
|
29
32
|
description: Perform a "normal" boot from the disk
|
@@ -31,12 +34,17 @@ commands:
|
|
31
34
|
description: gets an environment variable
|
32
35
|
go:
|
33
36
|
secure_disabled: true
|
37
|
+
lpolrestore:
|
38
|
+
description: Restores Local Policy to Known Good State
|
34
39
|
memboot:
|
35
40
|
nvme_firmware0:
|
36
41
|
ramdisk:
|
42
|
+
description: Sends the Restore or Upgrade disk image for `rd=md0`
|
37
43
|
reboot:
|
38
44
|
recover:
|
39
45
|
recover-once:
|
46
|
+
recover-system:
|
47
|
+
description: Boot to System Firmware Recovery
|
40
48
|
reset:
|
41
49
|
rsepfirmware:
|
42
50
|
rtos:
|
@@ -53,14 +61,17 @@ environment_vars:
|
|
53
61
|
description: boolean if the device should wait or proceed to boot (usually true)
|
54
62
|
backlight-level:
|
55
63
|
boot-args:
|
56
|
-
description:
|
64
|
+
description: The boot args passed to the XNU Kernel (subject to filtering with
|
65
|
+
`sip3`)
|
57
66
|
boot-breadcrumbs:
|
58
67
|
boot-command:
|
59
|
-
description: the command to run if auto-boot is true (usually fsboot on
|
68
|
+
description: the command to run if auto-boot is true (usually `fsboot` on iDevices)
|
60
69
|
com.apple.System.boot-nonce:
|
61
70
|
com.apple.System.rtc-offset:
|
62
71
|
com.apple.System.tz0-size:
|
63
|
-
description:
|
72
|
+
description: The size of the SEP TrustZone
|
73
|
+
com.apple.System.tz1-size:
|
74
|
+
description: The size of the CPU TrustZone
|
64
75
|
darkboot:
|
65
76
|
description: "(maybe) if the device should power on and not turn on the display
|
66
77
|
(seems like a huge security isseue)"
|