Skip to content

Commit

Permalink
[sonic-utilities]: Update submodule (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored May 10, 2017
1 parent 8993614 commit 6393afd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions files/image_config/sudoers/sudoers
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ Defaults env_keep += "VTYSH_PAGER"

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

# User privilege specification
root ALL=(ALL:ALL) ALL
Expand Down
2 changes: 1 addition & 1 deletion src/sonic-utilities

0 comments on commit 6393afd

Please sign in to comment.