Skip to main content

load_elf_task_with_caps

Function load_elf_task_with_caps 

Source
pub fn load_elf_task_with_caps(
    elf_data: &[u8],
    name: &'static str,
    seed_caps: &[Capability],
) -> Result<Arc<Task>, &'static str>
Expand description

Performs the load elf task with caps operation.