MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / apply_landlock

Function apply_landlock

vmm/src/lib.rs:1791–1794  ·  view source on GitHub ↗
(vm_config: &mut VmConfig)

Source from the content-addressed store, hash-verified

1789}
1790
1791fn apply_landlock(vm_config: &mut VmConfig) -> result::Result<(), LandlockError> {
1792 vm_config.apply_landlock()?;
1793 Ok(())
1794}
1795
1796impl RequestHandler for Vmm {
1797 fn vm_create(&mut self, config: Box<VmConfig>) -> result::Result<(), VmError> {

Callers 3

vm_receive_configMethod · 0.85
vm_restoreMethod · 0.85
vm_createMethod · 0.85

Calls 1

apply_landlockMethod · 0.80

Tested by

no test coverage detected