trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.9k stars 79 forks source link

sudoers: accept the `list` keyword in command position #709

Open japaric opened 1 year ago

japaric commented 1 year ago

example

ALL ALL=(ALL:ALL) list

the list keyword refers to the sudo --list command.

squell commented 2 months ago

Is there a compliance test for this?