-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo-rs tracking issue #253465
Comments
What patches need to be upstreamed? |
@nyabinary added |
@mkg20001 Here's another upstream issue we need for full parity between |
Another minor difference: It looks like sudo-rs does not support wildcards in arguments, opting to interpret them as literal wildcards instead |
The skip self check when run as root has been adopted by the sudo-rs team: trifectatechfoundation/sudo-rs#772. |
@yorickvP is correct, we actually actively removed that functionality here: trifectatechfoundation/sudo-rs#334 (in technical terms, changing the matcher for arguments from a |
According to trifectatechfoundation/sudo-rs#333 it still works in the config, where it's necesarry. In the shell, resolving wildcards should be the shell's responsibility. Bash will likely already do it for you if you un-quote the argument. |
Added trifectatechfoundation/sudo-rs#842 to the list. |
sudo-rs is coming to nixos
The roadmap
self_check
function to work with sudo invoked through setuid wrapper trifectatechfoundation/sudo-rs#772)--prompt
/-p
is used by several tools, inculdingnixos-rebuild-ng
(SUDO_PROMPT implementation request trifectatechfoundation/sudo-rs#842)The text was updated successfully, but these errors were encountered: