]> git.ipfire.org Git - ipfire-2.x.git/blob - config/zabbix_agentd/sudoers
f4e4321cc9dedfe4816eb507eeb76417bfd7799f
[ipfire-2.x.git] / config / zabbix_agentd / sudoers
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>