Trait kernel::capabilities::ProcessInitCapability
source · [−]pub unsafe trait ProcessInitCapability { }
Expand description
The ProcessInitCapability
allows the holder to start a process
to run by pushing an init function stack frame. This is controlled
and separate from ProcessManagementCapability
because the process
must have a unique application identifier and so only modules which
check this may do so.