|
@@ -79,6 +79,16 @@ func fixPermissionsWindows(source, destination, SID string) error {
|
|
return windows.SetNamedSecurityInfo(destination, windows.SE_FILE_OBJECT, windows.OWNER_SECURITY_INFORMATION|windows.DACL_SECURITY_INFORMATION, sid, nil, dacl, nil)
|
|
return windows.SetNamedSecurityInfo(destination, windows.SE_FILE_OBJECT, windows.OWNER_SECURITY_INFORMATION|windows.DACL_SECURITY_INFORMATION, sid, nil, dacl, nil)
|
|
func validateCopySourcePath(imageSource *imageMount, origPath string) error {
|
|
func validateCopySourcePath(imageSource *imageMount, origPath string) error {
|