raw_exec windows: add support for setting the task user (#25496)

This commit is contained in:
Denis Rodin
2025-04-03 17:21:13 +02:00
committed by GitHub
parent e4d2fc93cd
commit aca0ff438a
5 changed files with 109 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !linux
//go:build !linux && !windows
package executor