From 1c975f590e09ca1f494a92fdafd2a639dcba4c7f Mon Sep 17 00:00:00 2001 From: Stefan Grundmann Date: Mon, 10 Jul 2017 12:26:01 +0200 Subject: [PATCH] Update VMM add missing not --- Posts/VMM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Posts/VMM b/Posts/VMM index 077d7b6..c2d1227 100644 --- a/Posts/VMM +++ b/Posts/VMM @@ -53,7 +53,7 @@ virtual machine. The system bears minimalistic characteristics. The single interface to the outside world is a TLS stream over TCP. Internally, there is a family of processes, one of which has superuser privileges, communicating via unix domain -sockets. The processes do need any persistent storage (apart from the +sockets. The processes do not need any persistent storage (apart from the revocation lists). A brief enumeration of the processes is provided below: * `vmmd` (superuser privileges), which terminates TLS sessions, proxies messages, and creates and destroys virtual machines (including setup and teardown of network interfaces and virtual block devices)