From a0419bda15383d903b5ce849b5acc325205665ef Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 12 Aug 2024 15:27:59 +0300 Subject: [PATCH] sudoers.d/password-feedback: fix the syntax error of missing capital D Apparently it was my fault and not Fedora and Arch not shipping that module (like Fedora is missing insults, while that suspiciously isn't treated as a syntax error --- etc/sudoers.d/password-feedback | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/sudoers.d/password-feedback b/etc/sudoers.d/password-feedback index 30d815b5..ba1c621f 100644 --- a/etc/sudoers.d/password-feedback +++ b/etc/sudoers.d/password-feedback @@ -1,7 +1,5 @@ # Tails has this and I suspect it may be less confusing for less technical # people around. -defaults pwfeedback -# WARNING! Syntax error on Fedora 40 and Arch Linux, but doesn't stop using -# sudo. You mightwant to not apply this with them! +Defaults pwfeedback # vim: filetype=sudoers