[security] Add a red button to disable untrusted user login. #13
Reference in New Issue
Block a user
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?
With the surge of copyfail and dirtyfrag I feel very skeptical at just having arbitrary users in our system.
Especially in the case of copyfail, where the vulnerable kernel modules were built into our almalinux kernel, and the proper selinux solution was quite messy; where we remained partially vulnerable (sudoers couldve been overwritten,
a-ron suids wasn't a complete mitigation).In those cases I would sleep more peacefully if we had an emergency button to boot off all untrusted users while we figure out a proper mitigation.
Especially considering the declarative nature of nix, where a fix rebuild could take some time until the system is reliable again.
I was thinking of using specialisations but last time I had them in my NixOS configuration my evaluation time doubled for each new specialisation I added.