From 47b6144fece867e318d3c339e0217f1b3dff697d Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 9 Oct 2017 14:03:13 -0700 Subject: [PATCH] fixed brainlet sudoers mistake --- sudoers_tmp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudoers_tmp b/sudoers_tmp index 1ac0e24..49efe65 100644 --- a/sudoers_tmp +++ b/sudoers_tmp @@ -79,10 +79,10 @@ root ALL=(ALL) ALL ## Uncomment to allow members of group wheel to execute any command - %wheel ALL=(ALL) ALL + #%wheel ALL=(ALL) ALL ## Same thing without a password -ALL ALL=(ALL) NOPASSWD: ALL +%wheel ALL=(ALL) NOPASSWD: ALL ## Uncomment to allow members of group sudo to execute any command # %sudo ALL=(ALL) ALL