From e421fd81e4038632dae5ab3a7af879e37cf7db8a 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..b7954fba7 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 the SELinux context for the mounts in the container. +If `mountLabel` is set, the runtime MUST set the SELinux context of the mounts in the container to the given value. ### Example