Closed Latrasis closed 5 years ago
I want to split this into two steps:
I want to split this into two steps:
* [ ] Be able to register a procedure, ignoring capability delegation and subsets. * [ ] Enforce capability delegation and subsets.
@JakeOShannessy: Makes sense
Implemented enforcement of delegation/subsets and tested for write cap. Just need to implement the logic for the other caps.
Logic implemented for other caps.
Can be considered complete with #175.
Closed with #175.
Test Example in
cap9-std/examples/register_test.rs
should use#proc_register
defined in the internalcap9-std
crate.We need to include a test in
tests/syscalls/register.ts
that:0x4
) that allows it to push a new procedure to the procedure table.Registration must follow steps outlined in docs/spec