I wonder if the issue is that the process is not running as the task user, but is running as LocalSystem (which would be a generic-worker bug).
Bug 1559157 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I wonder if the issue is that the process is not running as the task user, but is running as LocalSystem (which would be a generic-worker bug). Created [PR 206](https://github.com/taskcluster/generic-worker/pull/206) to test this theory.
I wonder if the issue is that the process is not running as the task user, but is running as LocalSystem (which would be a generic-worker bug). Created [PR 206](https://github.com/taskcluster/generic-worker/pull/206) to test this theory. I added a test in the CI for this, let's wait for the CI to run and see if it fails or not.