We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd086b commit 5c503b8Copy full SHA for 5c503b8
files/image_config/sudoers/sudoers
@@ -31,8 +31,10 @@ Cmnd_Alias READ_ONLY_CMDS = /bin/cat /var/log/syslog*, \
31
/usr/bin/sensors, \
32
/usr/bin/tail -F /var/log/syslog, \
33
/usr/bin/rvtysh *, \
34
- /usr/bin/vtysh -c show *, \
35
- /usr/bin/vtysh -n [0-9] -c show *, \
+ /usr/bin/vtysh -c show version, \
+ /usr/bin/vtysh -c show bgp ipv[46] summary json, \
36
+ /usr/bin/vtysh -n [0-9] -c show version, \
37
+ /usr/bin/vtysh -n [0-9] -c show bgp ipv[46] summary json, \
38
/usr/local/bin/decode-syseeprom, \
39
/usr/local/bin/generate_dump, \
40
/usr/local/bin/ipintutil, \
0 commit comments