From 9bbf52f65f7452ddd01cb23d6cc6d08a9e53d769 Mon Sep 17 00:00:00 2001 From: ArisoN Date: Wed, 1 Apr 2026 11:15:16 +0300 Subject: [PATCH] Hide typed password due to default changes in sudo-rs. https://github.com/trifectatechfoundation/sudo-rs/commit/fb51e41919c25e3b178c4f994e668a5fc80136ee --- ada/security/sudo-rs.nix | 3 +++ isla/security/sudo-rs.nix | 3 +++ viola/security/sudo-rs.nix | 3 +++ wanda/security/sudo-rs.nix | 3 +++ 4 files changed, 12 insertions(+) diff --git a/ada/security/sudo-rs.nix b/ada/security/sudo-rs.nix index 4f270c9..35b28ec 100644 --- a/ada/security/sudo-rs.nix +++ b/ada/security/sudo-rs.nix @@ -4,6 +4,9 @@ _: { enable = true; wheelNeedsPassword = true; execWheelOnly = true; + extraConfig = '' + Defaults !pwfeedback + ''; }; }; } diff --git a/isla/security/sudo-rs.nix b/isla/security/sudo-rs.nix index 4f270c9..35b28ec 100644 --- a/isla/security/sudo-rs.nix +++ b/isla/security/sudo-rs.nix @@ -4,6 +4,9 @@ _: { enable = true; wheelNeedsPassword = true; execWheelOnly = true; + extraConfig = '' + Defaults !pwfeedback + ''; }; }; } diff --git a/viola/security/sudo-rs.nix b/viola/security/sudo-rs.nix index 4f270c9..35b28ec 100644 --- a/viola/security/sudo-rs.nix +++ b/viola/security/sudo-rs.nix @@ -4,6 +4,9 @@ _: { enable = true; wheelNeedsPassword = true; execWheelOnly = true; + extraConfig = '' + Defaults !pwfeedback + ''; }; }; } diff --git a/wanda/security/sudo-rs.nix b/wanda/security/sudo-rs.nix index 4f270c9..35b28ec 100644 --- a/wanda/security/sudo-rs.nix +++ b/wanda/security/sudo-rs.nix @@ -4,6 +4,9 @@ _: { enable = true; wheelNeedsPassword = true; execWheelOnly = true; + extraConfig = '' + Defaults !pwfeedback + ''; }; }; }