Merge pull request #770 from q384566678/rootfsPropagation-test

config-linux.md: Increase the valid value of rootfsPropagation
This commit is contained in:
Michael Crosby 2017-04-25 11:18:19 -07:00 committed by GitHub
commit f2276206b3
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