We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5300c3 commit 1c16918Copy full SHA for 1c16918
sudoers.m4
@@ -18,14 +18,15 @@ Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b
18
19
# User privilege specification
20
root ALL=(ALL:ALL) ALL
21
-__USERNAME__ ALL=(ALL) NOPASSWD: ALL
22
23
# Members of the admin group may gain root privileges
24
%admin ALL=(ALL) ALL
25
26
# Allow members of group sudo to execute any command
27
%sudo ALL=(ALL:ALL) ALL
28
+__USERNAME__ ALL=(ALL) NOPASSWD: ALL
29
+
30
# See sudoers(5) for more information on "#include" directives:
31
32
#includedir /etc/sudoers.d
0 commit comments