-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-1083) Bump childprocess to '~> 4.0.0'; Disable @process.leader
Prior to this commit, it was observed on Windows Server 2016, 2019 Github Actions instances that invoking the pdk would result in ACCESS_DENIED errors. When the ChildProcess.leader parameter is set to true, it will set the `CREATE_BREAKAWAY_FROM_JOB` and `JOB_OBJECT_LIMIT_BREAKAWAY_OK` flags in the Win32. This is not required in Windows > Server 2008 / 7 and can potentially cause issues when Task Scheduler attempts to schedule a job that invokes a program with insufficient privileges. This commit also bumps `childprocess` to `~> 4.0.0` and `hitimes` to `2.0.0` to resolve dependency issues after bumping `childprocess`.
- Loading branch information
sanfrancrisko
committed
Jun 9, 2021
1 parent
2b03b72
commit 5d6cbb3
Showing
2 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters