moby--moby/pkg/system
John Howard b4db78be5a LCOW: Add SIDs to layer.vhd at creation
Signed-off-by: John Howard <jhoward@microsoft.com>

Some permissions corrections here. Also needs re-vendor of go-winio.

 - Create the layer folder directory as standard, not with SDDL. It will inherit permissions from the data-root correctly.
 - Apply the VM Group SID access to layer.vhd

Permissions after this changes

Data root:

```
PS C:\> icacls test
test BUILTIN\Administrators:(OI)(CI)(F)
     NT AUTHORITY\SYSTEM:(OI)(CI)(F)
```

lcow subdirectory under dataroot
```
PS C:\> icacls test\lcow
test\lcow BUILTIN\Administrators:(I)(OI)(CI)(F)
          NT AUTHORITY\SYSTEM:(I)(OI)(CI)(F)
```

layer.vhd in a layer folder for LCOW
```
.\test\lcow\c33923d21c9621fea2f990a8778f469ecdbdc57fd9ca682565d1fa86fadd5d95\layer.vhd NT VIRTUAL MACHINE\Virtual Machines:(R)
                                                                                       BUILTIN\Administrators:(I)(F)
                                                                                       NT AUTHORITY\SYSTEM:(I)(F)
```

And showing working

```
PS C:\> docker-ci-zap -folder=c:\test
INFO: Zapped successfully
PS C:\> docker run --rm alpine echo hello
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine
8e402f1a9c57: Pull complete
Digest: sha256:644fcb1a676b5165371437feaa922943aaf7afcfa8bfee4472f6860aad1ef2a0
Status: Downloaded newer image for alpine:latest
hello
```
2019-03-21 13:12:17 -07:00
..
args_windows.go Windows: (WCOW) Generate OCI spec that remote runtime can escape 2019-03-12 18:41:55 -07:00
chtimes.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
exitcode.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filesys.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filesys_windows.go LCOW: Add SIDs to layer.vhd at creation 2019-03-21 13:12:17 -07:00
init.go Add canonical import comment 2018-02-05 16:51:57 -05:00
init_unix.go Windows: Experimental: Allow containerd for runtime 2019-03-12 18:41:55 -07:00
init_windows.go Windows: Experimental: Allow containerd for runtime 2019-03-12 18:41:55 -07:00
lcow.go system: add back lcow validation function 2018-06-27 15:24:26 -07:00
lcow_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
lcow_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
lstat_unix.go Fix some go_vet issues 2018-12-19 23:57:06 +01:00
lstat_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
lstat_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mknod.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mknod_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
path.go Fix typos in pkg 2018-02-10 19:43:13 +08:00
path_unix.go Windows: Go1.11: Use long path names in build context (TestBuildSymlinkBreakout) 2018-09-05 17:01:05 -07:00
path_windows.go Windows: Go1.11: Use long path names in build context (TestBuildSymlinkBreakout) 2018-09-05 17:01:05 -07:00
path_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
process_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
process_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
rm.go pkg/system: return nil explicitly 2018-07-29 01:31:08 +03:00
rm_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
stat_darwin.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_openbsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_solaris.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_unix.go Fix some go_vet issues 2018-12-19 23:57:06 +01:00
stat_unix_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
stat_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
syscall_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
syscall_windows.go Add ADD/COPY --chown flag support to Windows 2018-08-13 21:59:11 -07:00
syscall_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
umask.go Add canonical import comment 2018-02-05 16:51:57 -05:00
umask_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utimes_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utimes_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utimes_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utimes_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
xattrs_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
xattrs_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00