mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
20d13cee15
This adds a threat model and security policy. It is loosely based on the Xen Project Security Policy, but with many changes to fit Cloud Hypervisor better. The threat model is comprehensive and includes: - Which entities are fully trusted. - What untrusted entities are and are not allowed to do. - What Cloud Hypervisor expects from its deployment environment. - What trusted entities can safely do on behalf of untrusted entities. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>