Commit 9fc4a7e
revert(components): remove misleading darwin entries for MicroVM providers
Slice B (commit a02045e) added darwin-amd64 / darwin-arm64 entries in the
`external` section and x86_64-darwin / aarch64-darwin in the `capsules`
section for `shell`, `localhost-provider`, `did-provider`, and
`webspace-provider`. Those entries told the install system "this
type: microvm capsule runs natively on Mac" while the runtime was
actually launching them as plain host-binary subprocesses without
microVM isolation — a silent downgrade of the isolation contract those
capsules declare, in violation of PRINCIPLES.md #10 (One Canonical
Path) and #11 (Fail Closed, Then Explain).
This revert restores manifest truth ahead of the Apple
Virtualization.framework backend project (docs/vz-backend/PLAN.md),
which is the principled path to making Mac a first-class ElastOS host
with identical microVM isolation to Linux/KVM.
On Mac, `elastos setup --list` will now correctly report these capsules
as "not available for darwin-arm64", and capsule launch fails closed
with the existing supervisor message rather than degrading silently.
Unchanged: the rest of Slice B's daemon-portability work
(pid_is_alive, ELASTOS_DATA_DIR, smoke-script Bash 3.2 portability,
elastos-crosvm cfg-gated non-Linux build, darwin-arm64 platform
identity, universal-platform demo capsule installs) is kept — none of
that touches the Linux microVM substrate.
No Linux behaviour change.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d623ba7 commit 9fc4a7e
1 file changed
Lines changed: 3 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 19 | + | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 55 | + | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
| |||
125 | 119 | | |
126 | 120 | | |
127 | 121 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 122 | | |
143 | 123 | | |
144 | 124 | | |
| |||
159 | 139 | | |
160 | 140 | | |
161 | 141 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 142 | | |
177 | 143 | | |
178 | 144 | | |
| |||
193 | 159 | | |
194 | 160 | | |
195 | 161 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | 162 | | |
211 | 163 | | |
212 | 164 | | |
| |||
227 | 179 | | |
228 | 180 | | |
229 | 181 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | 182 | | |
245 | 183 | | |
246 | 184 | | |
| |||
0 commit comments