From ecea479443f5b8ccecafe30fd6656eb269265dba Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Sun, 19 Mar 2017 11:55:16 +0000 Subject: [PATCH] Add Summary page for projects Signed-off-by: Justin Cormack --- projects/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/README.md diff --git a/projects/README.md b/projects/README.md new file mode 100644 index 000000000..2fc97c217 --- /dev/null +++ b/projects/README.md @@ -0,0 +1,21 @@ +# Projects + +We aim to provide a set of open spaces for collaboration to help move projects towards production. Projects should usually +at a minimum provide a `README` of how to get started using the project with Moby, and a roadmap document explaining what +the aims are and how to contribute. Most projects will probably provide a way to run the project in a custom Moby build +in its current state, which ideally will be integrated in the Moby CI so there are checks that it builds and runs. Over +time we hope that many projects will graduate into the recommended production defaults, but other projects may remain as +ongoing projects, such as kernel hardening. + +If you want to create a project, please submit a pull request to create a new directory here. + +## Current projects +- [Kernel Self Protection Project enhancements](kspp/) +- [Mirage SDK](miragesdk/) privilege separation for userspace services +- [Wireguard](wireguard/) cryptographic enforced container network separation + +## Current projects not yet documented +- Clear Linux integration (Intel) +- VMWare support (VMWare) +- ARM port and security boot integration (ARM) +- OKernel integration (HPE)