From da95494ca3857c42d55ada987d50c254478d185c Mon Sep 17 00:00:00 2001 From: Christian Wesselhoeft Date: Tue, 5 Mar 2024 15:26:01 -0700 Subject: [PATCH] PORTABLE_SERVICES.md: Improve grammar --- docs/PORTABLE_SERVICES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PORTABLE_SERVICES.md b/docs/PORTABLE_SERVICES.md index 6f5ff112d2..5055d77c54 100644 --- a/docs/PORTABLE_SERVICES.md +++ b/docs/PORTABLE_SERVICES.md @@ -70,8 +70,8 @@ under Docker), but as normal processes. A corollary of that is that they aren't supposed to manage anything in their own environment (such as the network) as the execution environment is mostly shared with the rest of the system. -The primary focus use-case of "portable services" is to extend the host system -with encapsulated extensions, but provide almost full integration with the rest +The primary focus of "portable services" is to extend the host system +with encapsulated extensions that provide almost full integration with the rest of the system, though possibly restricted by security knobs. This focus includes system extensions otherwise sometimes called "super-privileged containers".