We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4012e3d commit c8b2810Copy full SHA for c8b2810
files/image_config/sudoers/sudoers
@@ -37,6 +37,9 @@ Cmnd_Alias PASSWD_CMDS = /usr/bin/config tacacs passkey *, \
37
# User privilege specification
38
root ALL=(ALL:ALL) ALL
39
40
+# Allow all users to execute read only commands
41
+ALL ALL=NOPASSWD: READ_ONLY_CMDS
42
+
43
# Allow members of group sudo to execute any command
44
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
45
0 commit comments