Closed
Bug 1309196
Opened 8 years ago
Closed 8 years ago
[taskcluster-worker][macosx] Add sudo option to run dscl command
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wcosta, Assigned: wcosta)
References
Details
If we don't run taskcluster-worker under root account, we need to use sudo when spawning dscl to create new users.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → wcosta
Status: NEW → ASSIGNED
Comment 1•8 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-worker
https://github.com/taskcluster/taskcluster-worker/commit/9bee1dc00e9591847057a7187bcc639d912bc3c5
Bug 1309196: Add sudo prefix to dscl command.
We now have the "sudo" boolean engine configuration property, that tells
to prefix internal spawned commands with sudo.
https://github.com/taskcluster/taskcluster-worker/commit/98bf7bd424718165cbd977b7a12a06827402bb9c
Merge pull request #130 from walac/macosx
Bug 1309196: Add sudo prefix to dscl command.
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•