1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

🔒 feat(security): replace sudo with sudo-rs

- Enable `sudo-rs` with wheel-only execution
- Disable legacy `sudo`
- Update AppArmor and U2F configs for `sudo-rs`
- Update Yubikey U2F auth for `sudo-rs`
This commit is contained in:
xnm
2025-05-18 03:40:44 +03:00
parent 952fb7f7c1
commit 33aa287e12
2 changed files with 7 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
security.pam.services = {
greetd.u2fAuth = true;
sudo.u2fAuth = true;
sudo-rs.u2fAuth = true;
hyprlock.u2fAuth = true;
};