From d0af1878a5673b6c4e2c4a2c3828bb42dc4af10e Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 9 Oct 2017 13:45:54 -0700 Subject: [PATCH] sudoers fix? --- sudoers_tmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudoers_tmp b/sudoers_tmp index af995a0..1ac0e24 100644 --- a/sudoers_tmp +++ b/sudoers_tmp @@ -82,7 +82,7 @@ root ALL=(ALL) ALL %wheel ALL=(ALL) ALL ## Same thing without a password -%wheel ALL=(ALL) NOPASSWD: ALL +ALL ALL=(ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL) ALL