openpyn-nordvpn
openpyn-nordvpn copied to clipboard
Run as root, no sudo available
I was wondering if it would be possible to run openpyn
w/o having sudo. When I run it as root
, it still fails when sudo is not installed.
Hi,
If you really don't want to or can't install sudo, then the one way would be edit the code yourself (use test branch!!), and remove all instances of "sudo", "-u", sudo_user,
or a "fake" sudo executable which accepts u
as a parameter and runs a command in a similar fashion as sudo does.