sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

sudo-test: support password input without the `-S` flag

Open japaric opened this issue 2 years ago • 0 comments
trafficstars

currently compliance tests that require password authentication use pass the -S flag to sudo so that the password can be piped via stdin.

we also want to support password input without the -S flag to cover more scenarios. this likely needs to be implemented in the sudo-test crate.

japaric avatar Mar 14 '23 15:03 japaric