You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are allowed to cut corners here, e.g. disable some parts (preferably not too much).
This PR has a few easy intermediate steps:
sudo-rs compiles but doesn't actually work (i.e. crashes or does the wrong thing)
sudo-rs compiles and prints the help accurately
sudo-rs is able to launch a process (without any feature we actually care about such as authenticating the user properly, setting the timestamps, and so on)
Getting PAM and any other system interface working properly is a separate issue. The goal of this PR is to get a baseline.
Needless to say, this should not result in a PR on our current main, but rather something that lives in a (longer-lived) branch.
Don't forget to re-introduce the "Using this version of sudo-rs is likely to break your system" SUDO_RS_IS_UNSTABLE feature for this branch (or similar precaution)
The text was updated successfully, but these errors were encountered:
You are allowed to cut corners here, e.g. disable some parts (preferably not too much).
This PR has a few easy intermediate steps:
Getting PAM and any other system interface working properly is a separate issue. The goal of this PR is to get a baseline.
Needless to say, this should not result in a PR on our current
main
, but rather something that lives in a (longer-lived) branch.Don't forget to re-introduce the "Using this version of sudo-rs is likely to break your system" SUDO_RS_IS_UNSTABLE feature for this branch (or similar precaution)
The text was updated successfully, but these errors were encountered: