moby/daemon/graphdriver
Dan Walsh 4eb2fd169f Two SELinux Changes.
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)
2015-03-05 13:55:44 -05:00
..
aufs Removing dependencies from pkg into Docker internal code 2015-02-23 18:43:10 +00:00
btrfs graphdriver: change (*Driver).Put signature 2015-01-12 13:34:35 -05:00
devmapper Merge pull request #11106 from MabinGo/fix_log_info 2015-03-02 13:55:43 -08:00
graphtest Fix for running unit tests on a 3.18 kernel with btrfs. 2015-02-04 13:51:44 -08:00
overlay Blacklist zfs with overlay 2015-01-23 14:00:15 -08:00
vfs Two SELinux Changes. 2015-03-05 13:55:44 -05:00
driver.go Add xfs fs magic to graphdriver/driver.go 2015-03-04 19:01:39 +08:00
driver_linux.go Add backing filesystem info to docker info command where applicable 2015-01-16 14:43:43 -05:00
driver_unsupported.go Add backing filesystem info to docker info command where applicable 2015-01-16 14:43:43 -05:00
fsdiff.go Refactor to optimize storage driver ApplyDiff() 2014-12-17 21:54:23 -08:00