-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
When using run_varuna, the terminal suddenly goes to a sudo password authentication prompt with no context. This is suspicious for anyone who is security-minded, and this interactivity will not work if the launcher process is run under automation. The call-sites I encountered are here:
Line 52 in 79aaf45
| os.system("sudo pkill -f varuna.morph") |
In this case, I removed sudo from these commands and the script got further, but there should likely be a systematic fix for this.
Metadata
Metadata
Assignees
Labels
No labels