Daohub-io/cap9

Lifetime of Procedure Capabilities vs Process Capabilities

Closed this issue · 0 comments

Currently, how a procedure c-list and process c-list interact is still ambiguous. I would additionally propose we define the lifetime of a capability: from creation to revocation. To elaborate, a capability in a procedure is born with a procedure being created, and is revoked when the procedure is destroyed. A capability in a process however can either live once per process or be stored within a procedure, but can still be hypothetically revoked.