mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: api: Add seccomp to the HTTP API thread
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ pub fn start_vmm_thread(
|
||||
.map_err(Error::VmmThreadSpawn)?;
|
||||
|
||||
// The VMM thread is started, we can start serving HTTP requests
|
||||
api::start_http_thread(http_path, http_api_event, api_sender)?;
|
||||
api::start_http_thread(http_path, http_api_event, api_sender, seccomp_level)?;
|
||||
|
||||
Ok(thread)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user