mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4eb2fd169f
daemon/volumes.go This SetFileCon call made no sense, it was changing the labels of any directory mounted into the containers SELinux label. If it came from me, then I apologize since it is a huge bug. The Volumes Mount code should optionally do this, but it should not always happen, and should never happen on a --privileged container. The change to daemon/graphdriver/vfs/driver.go, is a simplification since this it not a relabel, it is only a setting of the shared label for docker volumes. Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan) |
||
---|---|---|
.. | ||
driver.go | ||
vfs_test.go |