From eb60925271ffa3d54c843fb82fdb6549f0f44b63 Mon Sep 17 00:00:00 2001
From: xyz <gky44px1999@gmail.com>
Date: Sun, 14 Aug 2022 03:27:14 -0700
Subject: sudoers, no nopasswd for sudo

---
 etc/sudoers | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'etc/sudoers')

diff --git a/etc/sudoers b/etc/sudoers
index bc0d6a0c..e03a8f28 100644
--- a/etc/sudoers
+++ b/etc/sudoers
@@ -82,10 +82,10 @@
 root ALL=(ALL:ALL) ALL
 
 ## Uncomment to allow members of group wheel to execute any command
-# %wheel ALL=(ALL:ALL) ALL
+%wheel ALL=(ALL:ALL) ALL
 
 ## Same thing without a password
-%wheel ALL=(ALL:ALL) NOPASSWD: ALL
+# %wheel ALL=(ALL:ALL) NOPASSWD: ALL
 
 ## Uncomment to allow members of group sudo to execute any command
 # %sudo	ALL=(ALL:ALL) ALL
-- 
cgit v1.2.3-70-g09d2