Investigate PAM as an alternative to sudo #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently
sudo
is installed on the system, mostly to allow comfortable debugging and to enable rebuilds.Debugging should soon become less of a problem, after which rebuilds should be scheduled by a dedicated build user and triggered by gitea, instead of by my own user.
At this point, I would like to remove the
sudo
binary and instead assign proper PAM permissions.Closing because this is not feasible, since
nixos-rebuild --use-remote-sudo
is the best way to redeploy.