From 986f300a850ba15b4949eb157e359a0b26c61da1 Mon Sep 17 00:00:00 2001 From: rain Date: Wed, 5 Aug 2026 19:28:18 -0400 Subject: [PATCH] chore(paru): disable SudoLoop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit paru's SudoLoop keeps sudo credentials alive for the whole run instead of prompting per operation. Disable it — matches the local edit in ~/.config/paru/paru.conf. --- dot_config/paru/paru.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/paru/paru.conf b/dot_config/paru/paru.conf index 351ad9f..d583cb5 100644 --- a/dot_config/paru/paru.conf +++ b/dot_config/paru/paru.conf @@ -15,7 +15,7 @@ Provides DevelSuffixes = -git -cvs -svn -bzr -darcs -always BottomUp #RemoveMake -SudoLoop +#SudoLoop #UseAsk #CombinedUpgrade #CleanAfter