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

Add possibility in `defaults/settings_dsl` for "deprecated" features.

Open squell opened this issue 2 months ago • 0 comments
trafficstars

Currently we have three types of settings: unsupported (with error),#ignored ones and active ones. We can consider adding a class where instead of unsupported we could say deprecated (and only give an error if visudo is used), or only give an error message if the user tries to change the setting from the default one.

squell avatar Aug 29 '25 14:08 squell