moby--moby/daemon/graphdriver/overlay2
Salahuddin Khan 763d839261 Add ADD/COPY --chown flag support to Windows
This implements chown support on Windows. Built-in accounts as well
as accounts included in the SAM database of the container are supported.

NOTE: IDPair is now named Identity and IDMappings is now named
IdentityMapping.

The following are valid examples:
ADD --chown=Guest . <some directory>
COPY --chown=Administrator . <some directory>
COPY --chown=Guests . <some directory>
COPY --chown=ContainerUser . <some directory>

On Windows an owner is only granted the permission to read the security
descriptor and read/write the discretionary access control list. This
fix also grants read/write and execute permissions to the owner.

Signed-off-by: Salahuddin Khan <salah@docker.com>
2018-08-13 21:59:11 -07:00
..
check.go Standardized log messages accross the different storage drivers. 2018-03-27 14:37:30 +02:00
mount.go Add canonical import comment 2018-02-05 16:51:57 -05:00
overlay.go Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
overlay_test.go Update overlay2 to use naive diff for changes 2018-06-20 11:07:36 -07:00
overlay_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
randomid.go Add canonical import comment 2018-02-05 16:51:57 -05:00