Marc R. Schoolderman
Marc R. Schoolderman
E.g.: 1. links to related Rustlings exercises 2. related sections from TRPL 3. external resources
For each tag: 1. Build mdbook: `mdbook build` 2. Build slides -> see [slides/package.json](slides/package.json) 3. Package everything up and host on github pages
This should be in the intro, most likely, a separate section which simply says how to clone the repo using git. E.g. from the commandline, but maybe also from a...
After flattening, there's still some mention of that.
Example: ``` $ sudo -D /tmb ls sudo: unable to change directory to /tmb: No such file or directory (os error 2) sudo-rs: cannot execute '/usr/bin/ls': No such file or...
Currently we have three types of settings: unsupported (with error),`#ignore`d ones and active ones. We can consider adding a class where instead of `unsupported` we could say `deprecated` (and only...
E.g. suppose /etc/sudoers contains: `Defaults secure_path="/bin:./"`, emit a soft diagnostic that `.` is ignored. We might also do this if secure_path is disabled and a PATH is loaded that contains...
Revisit the `#[allow(clippy::perf)]` in `src/pam/rpassword.rs` to probably change them to `#[allow(clippy::unbuffered_bytes)]` once all the runners are guaranteed to have 1.88 or higher. It might also be that this clippy lint...
Right now sudo-rs version numbering is in the `0.2.x` range, with `x` a steady increasing number and the tacit assumption that only a semver-related change to our deliberately unusable `lib.rs`...