config-linux.md: Increase the valid value of rootfsPropagation

Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
This commit is contained in:
zhouhao 2017-04-13 09:33:07 +08:00
parent cfc95a5676
commit e3d8d10e05
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ The following parameters can be specified to setup seccomp:
## <a name="configLinuxRootfsMountPropagation" />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