Commit 0c9c6ce
fix(helper): retry AX trust check on backoff (100ms/400ms/1000ms)
A single 100ms re-check after a false AXIsProcessTrusted() didn't
fully cover the TCC startup race — extend to a three-step backoff
(100ms, +400ms, +1000ms; ~1.5s worst case). Each step short-circuits
on first true.
Vendor rebuilt: cdhash 27cb11725a76e8c880f4d412b242ecf31b57cb8a.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1a7982d commit 0c9c6ce
3 files changed
Lines changed: 24 additions & 4 deletions
File tree
- KeyStatsHelper
- vendor
- KeyStatsHelper.app/Contents/MacOS
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
124 | 144 | | |
125 | 145 | | |
126 | 146 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments