Skip to content

Commit 6393afd

Browse files
authored
[sonic-utilities]: Update submodule (#581)
1 parent 8993614 commit 6393afd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

files/image_config/sudoers/sudoers

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ Defaults env_keep += "VTYSH_PAGER"
1717

1818
# Cmnd alias specification
1919
# Note: bcmcmd is dangerous for users in read only netgroups because it may operate ASIC
20-
Cmnd_Alias READ_ONLY_CMDS = /usr/bin/portstat,\
21-
/usr/bin/vtysh -c "show.*"
20+
Cmnd_Alias READ_ONLY_CMDS = /usr/bin/decode-syseeprom, \
21+
/usr/bin/vtysh -c show *, \
22+
/bin/cat /var/log/syslog, \
23+
/usr/bin/tail -f /var/log/syslog
2224

2325
# User privilege specification
2426
root ALL=(ALL:ALL) ALL

src/sonic-utilities

0 commit comments

Comments
 (0)