Skip to content

Commit 1c16918

Browse files
author
Grant Gongaware
committed
re-order sudoers file
1 parent b5300c3 commit 1c16918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sudoers.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
1818

1919
# User privilege specification
2020
root ALL=(ALL:ALL) ALL
21-
__USERNAME__ ALL=(ALL) NOPASSWD: ALL
2221

2322
# Members of the admin group may gain root privileges
2423
%admin ALL=(ALL) ALL
2524

2625
# Allow members of group sudo to execute any command
2726
%sudo ALL=(ALL:ALL) ALL
2827

28+
__USERNAME__ ALL=(ALL) NOPASSWD: ALL
29+
2930
# See sudoers(5) for more information on "#include" directives:
3031

3132
#includedir /etc/sudoers.d

0 commit comments

Comments
 (0)