danos/test/system/services
Daniel Samson 0fbd2c8f12
init: a protocol you were not granted does not exist
The registry consults the open rows it has been parsing since P2, so
reaching a contract now takes a grant as well as a binding. A caller
without one is answered exactly as it would be for a name nobody ever
bound: same status, same empty reply, same absent capability, byte for
byte, and no log line on either path — klog_read is ungated, so a line on
one and not the other would be the oracle the design set out to remove.
Refusal and absence being one answer is what lets a supervisor later
narrow, fake or park a child's namespace without the child learning what
it was denied.

The manifest gains a third permission for a shape the plan did not
foresee: attestation is one hop, but the driver tree is three deep — the
PS/2 keyboard and mouse are spawned by ps2-bus, which the device manager
spawned — so no row could name them and PS/2 input would simply stop.
A supervise grant lets a delegate vouch for what its children *reach*,
never for what they claim; the bind path is untouched, and the laundering
deputy is still refused.

The review found the receive side of a rule this track had already
written down. Every process holds a sendable handle to the registrar —
resolve installs one for anyone who asks — and ipc_reply_wait never asked
who owned the endpoint, so a stranger could dequeue there: take the
provider endpoints riding bind requests, and answer other clients' opens
in the registrar's name. Receiving is the owner's privilege, like binding
a signal or a timer; sending remains anyone's.

Suite 109/109.
2026-08-01 04:44:45 +01:00
..
args-echo build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
crash-test init: /protocol replaces the ServiceId registry 2026-08-01 02:39:07 +01:00
device-list init: /protocol replaces the ServiceId registry 2026-08-01 02:39:07 +01:00
fat-test build: the unix paths retire — configuration, logs, and volumes move into the danos tree 2026-07-31 19:41:35 +01:00
input-source build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
input-test build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
iommu-fault-test build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
pci-cap-test build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
process-test init: /protocol replaces the ServiceId registry 2026-08-01 02:39:07 +01:00
protocol-denied-test init: a protocol you were not granted does not exist 2026-08-01 04:44:45 +01:00
protocol-registry-test init: a protocol you were not granted does not exist 2026-08-01 04:44:45 +01:00
shared-memory-client init: /protocol replaces the ServiceId registry 2026-08-01 02:39:07 +01:00
shared-memory-server init: /protocol replaces the ServiceId registry 2026-08-01 02:39:07 +01:00
thread-test build: delete module_homes — imports resolve through the declared zon 2026-07-30 07:49:19 +01:00
user-memory-test kernel: user memory is reached only through a checked copy 2026-07-31 20:57:49 +01:00
vfs-test build: the unix paths retire — configuration, logs, and volumes move into the danos tree 2026-07-31 19:41:35 +01:00