Skip to content

Launcher script unexpectedly runs sudo commands #3

@jamesr66a

Description

@jamesr66a

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:

os.system("sudo pkill -f varuna.morph")
but there could be others.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions