You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking through this, I'm wondering if there's a way we can create a simple service for handling operations that require root. @mbanders would you happen to know if debian.py is the only place that commands requiring root are run?
wwahammy
added a commit
to wwahammy/boardfarm
that referenced
this issue
Jul 29, 2016
Currently, in https://github.com/qca/boardfarm/blob/master/devices/debian.py#L27, the user for the lan and wan computers are hardcoded as root. While it is possible to pass in a different user, this isn't done. Additionally, the line at https://github.com/qca/boardfarm/blob/master/devices/debian.py#L21 indicates that the system expects the user to always be root.
The text was updated successfully, but these errors were encountered: