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/zfs
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
..
MAINTAINERS zfs: add myself to MAINTAINERS 2015-05-08 17:48:20 +02:00
zfs.go Fix ZFS permissions bug with user namespaces 2016-02-10 11:29:01 -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 avoid 88-chars mountpoint length limit on freebsd 2015-05-29 16:33:04 +03:00