trifectatechfoundation / sudo-rs

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

visudo won't edit non-privileged sudoers files #671

Closed pvdrz closed 1 year ago

pvdrz commented 1 year ago

visudo is not able to edit a non-privileged sudoers file because our sudoers parser won't parse a sudoers file that's not owned by root.

pvdrz commented 1 year ago

fixed via https://github.com/memorysafety/sudo-rs/pull/681