From 61e6a5bf390aa02f69c451980f74e1c4676e2ba9 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 3 Dec 2019 11:32:37 -0500 Subject: Quick grammar touchup in rootless.md Signed-off-by: TomSweeneyRedHat --- rootless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootless.md b/rootless.md index 69de6db21..d8997a261 100644 --- a/rootless.md +++ b/rootless.md @@ -43,4 +43,4 @@ can easily fail * Issues with higher UIDs can cause builds to fail * If a build is attempting to use a UID that is not mapped into the user namespace mapping for a container, then builds will not be able to put the UID in an image. * Making device nodes within a container fails, even when running --privileged. - * Kernel does not allow non root user processes (processes without CAP_MKNOD) to create device nodes. If container needs to create device nodes, it must be run as root. + * The kernel does not allow non root user processes (processes without CAP_MKNOD) to create device nodes. If a container needs to create device nodes, it must be run as root. -- cgit v1.2.3-54-g00ecf