apple-data 1.0.421 → 1.0.424

Sign up to get free protection for your applications and to get access to all the features.
data/share/pmu.yaml CHANGED
@@ -3,11 +3,11 @@ metadata:
3
3
  description:
4
4
  credits:
5
5
  pmu_errors:
6
- btn_shdn:
7
6
  btn_rst:
8
7
  subtypes:
9
8
  two_finger_rst:
10
9
  btn_seq_reset:
10
+ btn_shdn:
11
11
  crash:
12
12
  subtypes:
13
13
  crash_in:
@@ -15,27 +15,31 @@ pmu_errors:
15
15
  description: debug based reset
16
16
  subtypes:
17
17
  reset_in_2:
18
+ ntc_shdn:
19
+ ot:
20
+ description: over-temprature
21
+ subtypes:
22
+ overtemp:
23
+ otp_crc:
24
+ description: one-type-passcode, cyclic redundancy check
25
+ ov:
26
+ description: over-voltage
27
+ subtypes:
28
+ vddmain_ovlo:
29
+ por:
30
+ description: power-on reset
18
31
  rst:
19
32
  description: reset
20
- wdog:
21
- description: watchdog timer
22
- subtypes:
23
- reset_in_1:
24
33
  sochot:
25
34
  subtypes:
26
35
  reset_in_3:
36
+ spmi:
37
+ subtypes:
38
+ spmi_fault:
27
39
  sstate:
28
40
  subtypes:
29
41
  wallet_crash_seq:
30
42
  btn_dfu_recover:
31
- por:
32
- description: power-on reset
33
- otp_crc:
34
- description: one-type-passcode, cyclic redundancy check
35
- ot:
36
- description: over-temprature
37
- subtypes:
38
- overtemp:
39
43
  timeout:
40
44
  subytpes:
41
45
  watchdog_timeout:
@@ -46,14 +50,7 @@ pmu_errors:
46
50
  vddmain_uvlo:
47
51
  vddmain_uvlo_hold:
48
52
  vdd_boost_uvlo:
49
- ov:
50
- description: over-voltage
51
- subtypes:
52
- vddmain_ovlo:
53
-
54
-
55
- spmi:
53
+ wdog:
54
+ description: watchdog timer
56
55
  subtypes:
57
- spmi_fault:
58
-
59
- ntc_shdn:
56
+ reset_in_1:
data/share/services.yaml CHANGED
@@ -206,8 +206,8 @@ launchd_services:
206
206
  com.apple.facebook.xpc:
207
207
  description: Facebook account handler
208
208
  com.apple.fairplay.H2:
209
- description: FairPlay is the DRM (digital rights management) system for Apple -
210
- research in this area is dangorous
209
+ description: FairPlay is the DRM (digital rights management) system for Apple
210
+ - research in this area is dangorous
211
211
  danger: true
212
212
  com.apple.familycircled:
213
213
  description: iCloud Family Management
@@ -266,8 +266,8 @@ launchd_services:
266
266
  com.apple.icloud.fmflocatord:
267
267
  description: Find my friends
268
268
  com.apple.icloud.searchpartyd:
269
- description: The searching component looking for offline devices broadcasging for
270
- FindMy and sending to Apple
269
+ description: The searching component looking for offline devices broadcasging
270
+ for FindMy and sending to Apple
271
271
  com.apple.iconservices.iconservicesagent:
272
272
  com.apple.idamd:
273
273
  binary: "/usr/libexec/idamd"
@@ -432,12 +432,12 @@ launchd_services:
432
432
  com.apple.pipelined:
433
433
  com.apple.pluginkit.pkd:
434
434
  binary: "/usr/libexec/pkd"
435
- description: pkd manages plug-ins for the PlugInKit subsystem. It is a classic launch
436
- agent managed by launchd.
435
+ description: pkd manages plug-ins for the PlugInKit subsystem. It is a classic
436
+ launch agent managed by launchd.
437
437
  platforms:
438
- - macOS Intel
438
+ - macOS Intel
439
439
  endpoints:
440
- - com.apple.pluginkit.pkd
440
+ - com.apple.pluginkit.pkd
441
441
  com.apple.pluginkit.pkreporter:
442
442
  com.apple.PointerUI.pointeruid:
443
443
  com.apple.powerd:
@@ -485,7 +485,7 @@ launchd_services:
485
485
  com.apple.safarifetcherd:
486
486
  com.apple.SCHelper:
487
487
  platforms:
488
- - macOS
488
+ - macOS
489
489
  description: Smart Card helper
490
490
  com.apple.screensharingserver:
491
491
  description: AirPlay
data/share/sip.yaml CHANGED
@@ -3,59 +3,62 @@ metadata:
3
3
  description:
4
4
  credits:
5
5
  csr_process_capabilities:
6
- CSR_CAPABILITY_UNLIMITED:
7
- value: 1
8
- description: process is not restricted by SIP and may bypass
9
- CSR_CAPABILITY_CONFIG:
10
- value: 2
11
- descrption:
12
6
  CSR_CAPABILITY_APPLE_INTERNAL:
13
7
  value: 4
14
8
  description:
15
- csr_flags:
16
- CSR_ALLOW_UNTRUSTED_KEXTS:
9
+ CSR_CAPABILITY_CONFIG:
10
+ value: 2
11
+ descrption:
12
+ CSR_CAPABILITY_UNLIMITED:
17
13
  value: 1
18
- description: allow loading kernel extensions that are not signed
14
+ description: process is not restricted by SIP and may bypass
15
+ csr_flags:
16
+ CSR_ALLOW_ANY_RECOVERY_OS:
17
+ value: 256
18
+ description: disable validation of BaseSystem.dmg by ignoring BaseSystem.chunklist
19
+ always_enforced: true
20
+ CSR_ALLOW_APPLE_INTERNAL:
21
+ value: 16
22
+ description:
19
23
  disable_default: true
20
- CSR_ALLOW_UNRESTRICTED_FS:
21
- value: 2
22
- description: disable SIP protections of various paths (such as write protection of /System)
24
+ CSR_ALLOW_DEVICE_CONFIGURATION:
25
+ value: 128
26
+ description:
27
+ always_enforced: true
28
+ CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE:
29
+ value: 1024
30
+ description: override spctl or executable policy
31
+ CSR_ALLOW_KERNEL_DEBUGGER:
32
+ value: 8
33
+ description: allow using the kernel debugger (KDP) - requires configuring the
34
+ kernel debugger via boot-args
23
35
  disable_default: true
24
36
  CSR_ALLOW_TASK_FOR_PID:
25
37
  value: 4
26
38
  description: allow getting the pid task, required for debugging
27
39
  disable_default: true
28
- CSR_ALLOW_KERNEL_DEBUGGER:
29
- value: 8
30
- description: allow using the kernel debugger (KDP) - requires configuring the kernel debugger via boot-args
31
- disable_default: true
32
- CSR_ALLOW_APPLE_INTERNAL:
33
- value: 16
40
+ CSR_ALLOW_UNAPPROVED_KEXTS:
41
+ value: 512
42
+ description: do not require kext approval (managed in the T2 when it exists)
43
+ CSR_ALLOW_UNAUTHENTICATED_ROOT:
44
+ value: 2048
34
45
  description:
35
- disable_default: true
36
46
  CSR_ALLOW_UNRESTRICTED_DTRACE:
37
- aliases: [ CSR_ALLOW_DESTRUCTIVE_DTRACE ]
47
+ aliases:
48
+ - CSR_ALLOW_DESTRUCTIVE_DTRACE
38
49
  value: 32
39
50
  description:
40
51
  disable_default: true
52
+ CSR_ALLOW_UNRESTRICTED_FS:
53
+ value: 2
54
+ description: disable SIP protections of various paths (such as write protection
55
+ of /System)
56
+ disable_default: true
41
57
  CSR_ALLOW_UNRESTRICTED_NVRAM:
42
58
  value: 64
43
59
  description: disable restrictions to writing to restricted NVRAM variables
44
60
  disable_default: true
45
- CSR_ALLOW_DEVICE_CONFIGURATION:
46
- value: 128
47
- description:
48
- always_enforced: true
49
- CSR_ALLOW_ANY_RECOVERY_OS:
50
- value: 256
51
- description: disable validation of BaseSystem.dmg by ignoring BaseSystem.chunklist
52
- always_enforced: true
53
- CSR_ALLOW_UNAPPROVED_KEXTS:
54
- value: 512
55
- description: do not require kext approval (managed in the T2 when it exists)
56
- CSR_ALLOW_EXECUTABLE_POLICY_OVERRIDE:
57
- value: 1024
58
- description: override spctl or executable policy
59
- CSR_ALLOW_UNAUTHENTICATED_ROOT:
60
- value: 2048
61
- description:
61
+ CSR_ALLOW_UNTRUSTED_KEXTS:
62
+ value: 1
63
+ description: allow loading kernel extensions that are not signed
64
+ disable_default: true