moby--moby/daemon/graphdriver/zfs
Phil Estes aef0995b02 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)
2016-02-05 14:37:33 -05:00
..
MAINTAINERS
zfs.go Fix ZFS permissions bug with user namespaces 2016-02-05 14:37:33 -05:00
zfs_freebsd.go Fix log to logrus 2015-07-29 09:58:07 -07:00
zfs_linux.go Fix log to logrus 2015-07-29 09:58:07 -07:00
zfs_test.go reorder imports with goimports 2015-12-16 16:50:25 +01:00
zfs_unsupported.go