[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 mssonicbld
parent f9d0f25c66
commit 5b64d825de

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 *, \