diff options
author | xyz <gky44px1999@gmail.com> | 2023-10-23 22:17:39 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2023-10-23 22:17:39 -0700 |
commit | ef9423f9c668738ff6d566780143210815783a31 (patch) | |
tree | 62890d6aee537cbeaea7e9fa8ae2899711bd9bbd /etc/sudoers | |
parent | 4b0715507b20a1c1b96aa90c4e91689d7bb7c0cd (diff) |
temp edit
Diffstat (limited to 'etc/sudoers')
-rw-r--r-- | etc/sudoers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/sudoers b/etc/sudoers index b2c7d5a9..65cd7ca1 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -79,10 +79,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 |