Skip to content

sudo not really implemented #16

Description

@cleoo

Hi,

Command built with suspawn is like :
sudo -- sh -c "arp-scan -l ..."

Rules added in sudoers file, to avoid typing password, can't obviously be effective
my_user ALL=(root) NOPASSWD: /usr/bin/arp-scan

Method using chmod u+s /usr/bin/arp-scan, is not "upgrade compliant"
Granting access with NOPASSWD to sh is totallly unsafe

Do you have a workaround ?

Regards
F.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions