Commit 1e64b363 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Proxy should be able to start nmap without asking for permission

parent 65c8e318
......@@ -161,6 +161,8 @@ proxy: zabbix-proxy-service zabbix-proxy-config
systemctl enable zabbix-proxy.service
@echo "$$ZABBIX_PROXY_CONFIG" >> /etc/config/zabbix
install -v -Dm755 zabbix_proxy /usr/share/easycwmp/functions/zabbix
echo "Defaults !requiretty" >> /etc/sudoers
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/nmap" >> /etc/sudoers
rm -rf zabbix-3.4.14
zabbix-proxy-service:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment