krata icon indicating copy to clipboard operation
krata copied to clipboard

krata is an isolation engine built for securing workloads

Results 70 krata issues
Sort by recently updated
recently updated
newest added

``` % ./hack/debug/kratactl.sh exec debian-test sh -c 'apt-get update; apt-get install -y git' Finished dev [unoptimized + debuginfo] target(s) in 0.19s Hit:1 http://deb.debian.org/debian bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm-updates InRelease Hit:3...

bug

It should be possible to have certain kinds of policy decision points flow through IDM, to allow for helper domains to provide pluggable policy engines. Areas where we can add...

It can be helpful for the guest to provide an attestation back to the control plane via IDM to allow admins to define policies on what configurations / kernels /...

enhancement
security

Although we need a larger policy-controller-like hook mechanism, we should include support for sigstore signatures as part of the "included batteries." There should also be a configuration option to require...

enhancement
security

To simplify user deployment of krata, we should prebuild the kernel and host it on GHCR.

enhancement

This is a tracking issue to track work items needed to fully deprivilege krata. See the tasklist for the actual work items. ## Overall architectural work - [ ] #75...

enhancement
security

Presently IDM types are implied in responses processed by a user making an RPC over the IDM bus, making working with IDM unnecessarily difficult if you don't have access to...

enhancement
extendability
ergonomics

The [OCI runtime conformance tests](https://github.com/opencontainers/runtime-tools#testing-oci-runtimes) are an exhaustive testsuite which tests behavior of an OCI runtime implementation. We should try to pass as many of the tests as possible, and...

documentation
enhancement
conformance

Krata's default networking backend runs as a process in dom0. Lets convert it to its own helper domain to deprivilege it.

enhancement
security

Some services like the IDM bus, and networking, would be ideal targets to unikernelize.

enhancement
security