Khionu Sybiern 0d3c942492 fix(xenbus): avoid fd close race by forgetting copy of handle
This change addresses a race condition where the read-copy of a raw FD
is closed while the write-copy is still in use. Now the read-copy is not
closed, by utilizing mem::forget.
2024-08-07 16:39:56 -07:00
2024-03-10 00:22:24 +00:00
2024-03-08 08:12:10 +00:00
2024-08-06 01:57:25 +00:00
2024-08-06 01:57:25 +00:00
2024-08-06 01:57:25 +00:00
2024-03-22 04:41:38 +00:00
2024-03-08 08:12:10 +00:00
2024-03-13 11:38:14 +00:00

krata

An isolation engine for securing compute workloads.

$ kratactl zone launch -a alpine:latest

license discord check nightly


Introduction

krata is a single-host workload isolation service. It isolates workloads using a type-1 hypervisor, providing a tight security boundary while preserving performance.

krata utilizes the core of the Xen hypervisor with a fully memory-safe Rust control plane.

Hardware Support

Architecture Completion Level Hardware Virtualization
x86_64 100% Completed None, Intel VT-x, AMD-V
aarch64 10% Completed AArch64 virtualization
Description
Mirror of Krata Hypervisor
Readme 9.3 MiB
Languages
Rust 98.1%
Shell 1.9%