diff options
-rw-r--r-- | default-config/etc/sudoers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default-config/etc/sudoers b/default-config/etc/sudoers index 861c55a..67b20ba 100644 --- a/default-config/etc/sudoers +++ b/default-config/etc/sudoers @@ -1,2 +1,2 @@ root ALL=(ALL) ALL -%wheel localhost=(ALL) NOPASSWD: ALL +%wheel ALL=(ALL) NOPASSWD: ALL |