Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schoechlin committed Dec 6, 2017
1 parent 82b5eb7 commit bf4083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-files/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

if (grep -qi "Centos" /etc/os-release);then
echo "Installing SELinux rules"
checkmodule -M -m -o /var/run/zabbix/centos_zabbix_agent.mod /usr/share/zabbix-agent-extensions/selinux/centos_zabbix_agent.te
checkmodule -M -m -o /var/run/zabbix/zabbix_agent.mod /usr/share/zabbix-agent-extensions/selinux/centos_zabbix_agent.te
semodule_package -m /var/run/zabbix/zabbix_agent.mod -o /var/run/zabbix/centos_zabbix_agent.pp
semodule -i /var/run/zabbix/centos_zabbix_agent.pp
fi

0 comments on commit bf4083d

Please sign in to comment.