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
The refactor allows to use pure ruby code, i.e. get rid of the exec_cmd and sudo calls, by:
Implement a way to elevate privileges (e.g. rubysu)
Move calls to exec_cmd to pure ruby implementations
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33104526-refactor-permissions-system?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
At the moment
sudo
is being used.The refactor allows to use pure ruby code, i.e. get rid of the
exec_cmd
andsudo
calls, by:rubysu
)exec_cmd
to pure ruby implementationsThe text was updated successfully, but these errors were encountered: