From 7c121ff8340c6fa551ba4997dde9d450cf74e40c Mon Sep 17 00:00:00 2001 From: vayers Date: Sun, 22 Dec 2024 22:31:29 -0500 Subject: [PATCH] Replace tab with space A line in the sudoers file contains a tab where a space seems to be more appropriate. --- plugins/sudoers/sudoers.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/sudoers.in b/plugins/sudoers/sudoers.in index b5ed1f10f..99bd38ead 100644 --- a/plugins/sudoers/sudoers.in +++ b/plugins/sudoers/sudoers.in @@ -128,7 +128,7 @@ root ALL=(ALL:ALL) ALL # %wheel ALL=(ALL:ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command -# %sudo ALL=(ALL:ALL) ALL +# %sudo ALL=(ALL:ALL) ALL ## Uncomment to allow any user to run sudo if they know the password ## of the user they are running the command as (root by default).