[sudoers] add /usr/local/bin/storyteller to READ_ONLY_CMDS (#13422)

Adding /usr/local/bin/storyteller to READ_ONLY_CMDS. So no write access or prompt for password is needed to run storyteller.

Tested on 202205 clusters, user who didn't request write access was able to grep log using storyteller.

sign-off: Jing Zhang zhangjing@microsoft.com
This commit is contained in:
Jing Zhang 2023-01-26 20:38:29 -08:00 committed by GitHub
parent 77745f55cc
commit dabb31c5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@ Cmnd_Alias READ_ONLY_CMDS = /bin/cat /var/log/syslog*, \
/usr/local/bin/pcieutil *, \
/usr/local/bin/psuutil *, \
/usr/local/bin/sonic-installer list, \
/usr/local/bin/sfputil show *
/usr/local/bin/sfputil show *, \
/usr/local/bin/storyteller *
Cmnd_Alias PASSWD_CMDS = /usr/local/bin/config tacacs passkey *, \