NOPASSWD
and PASSWD
cannot handle commands in Cmnd_Spec_List
#558
Labels
NOPASSWD
and PASSWD
cannot handle commands in Cmnd_Spec_List
#558
The documentation states:
Currently this does not work for sudo-rs, relevant tests:
https://github.com/memorysafety/sudo-rs/blob/b8e57586fa9ed0985d8ac71fac11a4bdcc884350/test-framework/sudo-compliance-tests/src/nopasswd.rs#L65
and
https://github.com/memorysafety/sudo-rs/blob/b8e57586fa9ed0985d8ac71fac11a4bdcc884350/test-framework/sudo-compliance-tests/src/passwd.rs#L19
However
NOPASSWD
can handleALL
, e.g.{USERNAME} ALL=(ALL:ALL) NOPASSWD: ALL
.The text was updated successfully, but these errors were encountered: