From e3d8d10e054ba4aa5785ab0cbe46251e282b6c05 Mon Sep 17 00:00:00 2001 From: zhouhao Date: Thu, 13 Apr 2017 09:33:07 +0800 Subject: [PATCH] config-linux.md: Increase the valid value of rootfsPropagation Signed-off-by: zhouhao --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 873982fc..879b2512 100644 --- a/config-linux.md +++ b/config-linux.md @@ -670,7 +670,7 @@ The following parameters can be specified to setup seccomp: ## Rootfs Mount Propagation **`rootfsPropagation`** (string, OPTIONAL) sets the rootfs's mount propagation. -Its value is either slave, private, or shared. +Its value is either slave, private, shared or unbindable. The [Shared Subtrees][sharedsubtree] article in the kernel documentation has more information about mount propagation. ###### Example