Loading...
 

sudo

Sudoers file

Give a user permission to run specific commands only

Cmnd_Alias ZABBIX_CMDS = /bin/ls, /bin/cat, /usr/bin/sudo
zabbix  ALL=(ALL)       NOPASSWD: ZABBIX_CMDS

Allow user to run sudo without a TTY

Defaults:zabbix !requiretty