We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e8d06 commit 203473cCopy full SHA for 203473c
1 file changed
config-linux.md
@@ -641,7 +641,9 @@ The values MUST be absolute paths in the [container namespace](glossary.md#conta
641
642
## <a name="configLinuxMountLabel" />Mount Label
643
644
-**`mountLabel`** (string, OPTIONAL) will set the Selinux context for the mounts in the container.
+**`mountLabel`** (string, OPTIONAL) will set the SELinux context for the mounts in the container.
645
+If `mountLabel` is specified and SELinux is enabled, the runtime MUST set `mountLabel` for the mounts in the container.
646
+For more information about SELinux, see [SELinux documentation][selinux].
647
648
### Example
649
0 commit comments