]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/zabbix_agentd/sudoers
core130: Fix errors in rootfile
[people/pmueller/ipfire-2.x.git] / config / zabbix_agentd / sudoers
CommitLineData
06fc6170
AK
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 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 two lines and edit the example of commands to fit your needs:
15#
16#Defaults:zabbix !requiretty
17#zabbix ALL=(ALL) NOPASSWD: <path to command1>, <path to command2>