]> git.ipfire.org Git - ipfire-2.x.git/blame - config/zabbix_agentd/sudoers_user
zabbix_agentd: Sudoers file reorganization
[ipfire-2.x.git] / config / zabbix_agentd / sudoers_user
CommitLineData
092330b1
RR
1# Include file for sudoers file
2#
3# This is needed for some userparameters to be able to execute commands that only run as root (using sudo)
4# e.g. /usr/bin/openssl or /usr/sbin/smartctl
5#
6# USE AT YOU'RE OWN RISK. USING THIS WRONG CAN RESULT IN A SECURITY BREACH!
7#
8# Some hints:
9# - It is strongly recommended to edit this file only using the visudo -f <filename> command. If you mess up this file,
10# you might end up locking yourself out of your system!
11# - Append the full path incl. parameters to each command, using "," as separator.
12# - Only add commands you really need. Zabbix should not have more rights than it has to.
13#
14# Uncomment the following line and edit the example of commands to fit your needs:
15
16#zabbix ALL=(ALL) NOPASSWD: <custom command 1>, <custom command 2>, ...