Remove root requirement for run-task tasks on bitbar
Categories
(Infrastructure & Operations :: RelOps: Hardware, enhancement)
Tracking
(Not tracked)
People
(Reporter: kats, Assigned: aerickson)
References
Details
Currently to access the android device via adb on bitbar, a run-task task needs to run with root privileges. I'm adding such a task in bug 1555479. This is a follow-up to make it not require root privileges. Per Andrew at https://phabricator.services.mozilla.com/D33408 this should be doable by chmodding the /dev device at the right place.
Comment 1•6 years ago
|
||
Bug 1525373 has a patch to make run-task work without dropping privileges. It's been blocked on bug 1547903 for a while, but hopefully, it should finally happen.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
I've done some initial work on this in https://github.com/bclary/mozilla-bitbar-docker/pull/27, but it didn't end up working (tests couldn't find the device).
Next steps: Create an image with more debugging so I can check the permissions and what devices are present.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•3 years ago
|
Description
•