diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-03-15 14:16:07 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-15 19:08:54 +0000 |
commit | 647fedc2a2bc84a3e199ae86d5a7c6608d3968cc (patch) | |
tree | 3c73396418928cc677fb5dfc1b3ce06dccd90079 /docs | |
parent | 4bc166446d61f9fde69c91e73b6043b8ba9040fc (diff) | |
download | podman-647fedc2a2bc84a3e199ae86d5a7c6608d3968cc.tar.gz podman-647fedc2a2bc84a3e199ae86d5a7c6608d3968cc.tar.bz2 podman-647fedc2a2bc84a3e199ae86d5a7c6608d3968cc.zip |
We should not allow a user to mount a container with a different label
We need to get the label from the container and mount with it.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #502
Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-mount.1.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/podman-mount.1.md b/docs/podman-mount.1.md index b0ebd05fb..d02d9c0be 100644 --- a/docs/podman-mount.1.md +++ b/docs/podman-mount.1.md @@ -30,10 +30,6 @@ returned. Do not truncate IDs in output. -**--label** - -SELinux label for the mount point - ## EXAMPLE podman mount c831414b10a3 |