Browse code

Merge pull request #22839 from thaJeztah/update-selinux-example

Remove MLS example from SELinux example in run reference
(cherry picked from commit 74ee26ccebee1f33375967f32529a63e33ee6b73)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/05/20 22:11:35
Showing 1 changed files
... ...
@@ -612,15 +612,12 @@ with the same logic -- if the original volume was specified with a name it will
612 612
 
613 613
 
614 614
 You can override the default labeling scheme for each container by specifying
615
-the `--security-opt` flag. For example, you can specify the MCS/MLS level, a
616
-requirement for MLS systems. Specifying the level in the following command
615
+the `--security-opt` flag. Specifying the level in the following command
617 616
 allows you to share the same content between containers.
618 617
 
619 618
     $ docker run --security-opt label=level:s0:c100,c200 -it fedora bash
620 619
 
621
-An MLS example might be:
622
-
623
-    $ docker run --security-opt label=level:TopSecret -it rhel7 bash
620
+> **Note**: Automatic translation of MLS labels is not currently supported.
624 621
 
625 622
 To disable the security labeling for this container versus running with the
626 623
 `--permissive` flag, use the following command: