1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/graphdriver
Phil Estes e24d5623a5 Fix ZFS permissions bug with user namespaces
Fix root directory of the mountpoint being owned by real root. This is
unique to ZFS because of the way file mountpoints are created using the
ZFS tooling, and the remapping that happens at layer unpack doesn't
impact this root (already created) holding directory for the layer.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)

(cherry picked from commit aef0995b02)

From PR #20045
2016-02-10 11:29:01 -05:00
..
aufs Revert "Copy aufs hardlinks to top layer" 2016-01-26 12:58:51 -08:00
btrfs Fix btrfs subvolume snapshot dir perms for user namespaces 2016-01-07 23:05:28 -05:00
devmapper Merge pull request #19123 from shishir-a412ed/rootfs_size_configurable 2016-01-13 13:22:08 -08:00
graphtest Relabel BTRFS Content on container Creation 2015-11-11 14:49:27 -05:00
overlay Allow root non-userns metadata backwards compatibility 2016-01-05 11:51:14 -05:00
register Move graph driver registration out of the daemon package. 2015-12-28 13:02:24 -05:00
vfs ingnore the NotExist error when removing inexistent files 2015-12-25 15:19:48 +08:00
windows Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
zfs Fix ZFS permissions bug with user namespaces 2016-02-10 11:29:01 -05:00
driver.go Remove the graph driver from the daemon, move it into the layer store. 2015-12-28 12:55:48 -05:00
driver_freebsd.go make docker compile on freebsd 2015-07-29 21:25:56 +03:00
driver_linux.go Add GPFS 2016-01-26 12:58:57 -08:00
driver_unsupported.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
driver_windows.go daemon/graphdriver fix lint errors/warnings 2015-08-17 19:27:36 +00:00
fsdiff.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00
plugin_unsupported.go Create extpoint for graphdrivers 2015-09-09 20:24:35 -04:00
proxy.go Update daemon and docker core to use new content addressable storage 2015-11-24 09:40:25 -08:00