fix(client): sudo pre-flight check in upgrade + doctor check for NOPASSWD #307
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
clawdie/colibri!307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/sudo-nopasswd-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
colibri upgrade: probes 'sudo -n true' before privileged steps.
Fails fast with a hint for the sudoers fragment instead of hanging.
colibri doctor: 'sudo_nopasswd' check warns when passwordless sudo
is missing. Hint points to /usr/local/etc/sudoers.d/colibri.
Closes #300