unikraft/pykraft

Consider adding alternative support for privilege escalation

metamacro opened this issue · 0 comments

In the case of sudo not being installed there is no alternative version for privilege escalation:
.... which: no sudo in ....

Alternative methods could be added.

Since I use doas, I've managed to find a workaround with a symbolic link for sudo.
In other words:

$ ln -s /usr/bin/doas /usr/bin/sudo