[lxc-devel] [lxd/master] doc: Tweak userns-idmap documentation

stgraber on Github lxc-bot at linuxcontainers.org
Fri Nov 18 03:40:35 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161118/c6ee1531/attachment.bin>
-------------- next part --------------
From 5afbab3197dbd645cc883da413c5a7848987c2d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 17 Nov 2016 17:11:53 -0500
Subject: [PATCH] doc: Tweak userns-idmap documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/userns-idmap.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/doc/userns-idmap.md b/doc/userns-idmap.md
index 6c36c7c..4e83610 100644
--- a/doc/userns-idmap.md
+++ b/doc/userns-idmap.md
@@ -17,11 +17,6 @@ running as uid 100000.
 Allocations should always be of at least 65536 uids and gids to cover
 the POSIX range including root (0) and nobody (65534).
 
-
-To simplify things, at this point, we will only deal with identical
-allocations for uids and gids and only support a single contiguous range
-per container.
-
 # Kernel support
 User namespaces require a kernel >= 3.12, LXD will start even on older
 kernels but will refuse to start containers.
@@ -35,7 +30,7 @@ If the range is shorter than 65536 (which includes no range at all),
 then LXD will fail to create or start any container until this is corrected.
 
 If some but not all of /etc/subuid, /etc/subgid, newuidmap (path lookup)
-and newgidmap (path lookup) can't be found on the system, LXD will fail
+and newgidmap (path lookup) can be found on the system, LXD will fail
 the startup of any container until this is corrected as this shows a
 broken shadow setup.
 


More information about the lxc-devel mailing list