debian: add sudo rules for agent for lingo (#66349)

This commit is contained in:
Frédéric Péters 2022-06-16 18:35:06 +02:00
parent 8f9b375a26
commit 9a9addc290
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ hobo-agent ALL=(welco)NOPASSWD:/usr/bin/welco-manage hobo_deploy * -
hobo-agent ALL=(chrono)NOPASSWD:/usr/bin/chrono-manage hobo_deploy * -
hobo-agent ALL=(bijoe)NOPASSWD:/usr/bin/bijoe-manage hobo_deploy * -
hobo-agent ALL=(hobo)NOPASSWD:/usr/bin/hobo-manage hobo_deploy * -
hobo-agent ALL=(lingo)NOPASSWD:/usr/bin/lingo-manage hobo_deploy * -
hobo-agent ALL=(wcs)NOPASSWD:/usr/bin/wcsctl -f /etc/wcs/wcs-au-quotidien.cfg hobo_notify -
hobo-agent ALL=(authentic-multitenant)NOPASSWD:/usr/bin/authentic2-multitenant-manage hobo_notify -
@ -17,3 +18,4 @@ hobo-agent ALL=(welco)NOPASSWD:/usr/bin/welco-manage hobo_notify -
hobo-agent ALL=(chrono)NOPASSWD:/usr/bin/chrono-manage hobo_notify -
hobo-agent ALL=(bijoe)NOPASSWD:/usr/bin/bijoe-manage hobo_notify -
hobo-agent ALL=(hobo)NOPASSWD:/usr/bin/hobo-manage hobo_notify -
hobo-agent ALL=(lingo)NOPASSWD:/usr/bin/lingo-manage hobo_notify -