From ebc5fd42847751a7fac50eefe8727eb5ab80c1f5 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Wed, 1 Nov 2017 14:51:17 +0800 Subject: [PATCH] add RFC requirement for mountLabel Signed-off-by: Ma Shimiao --- config-linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index f73d893c9..f15184e61 100644 --- a/config-linux.md +++ b/config-linux.md @@ -629,7 +629,8 @@ The following parameters can be specified to set up seccomp: ## Mount Label -**`mountLabel`** (string, OPTIONAL) will set the Selinux context for the mounts in the container. +**`mountLabel`** (string, OPTIONAL) specifies SELinux context for the mounts in the container. + If `mountLabel` is set, the runtime MUST set SELinux context of the mounts in the container to the given value. ### Example