X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2FInstallAgent.sh;h=4dcd94c8837323a9f73519e51efdff6d3a63c831;hp=5747929180ea0fef3b2ce29d3457657c56757d5f;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/InstallAgent.sh b/src/InstallAgent.sh index 5747929..4dcd94c 100755 --- a/src/InstallAgent.sh +++ b/src/InstallAgent.sh @@ -190,11 +190,15 @@ chown root:${GROUP} ${DIR}/var/run # Moving the binary files cp -pr ../bin/ossec-agentd ${DIR}/bin/ +cp -pr ../bin/agent-auth ${DIR}/bin/ cp -pr ../bin/ossec-logcollector ${DIR}/bin/ cp -pr ../bin/ossec-syscheckd ${DIR}/bin/ cp -pr ../bin/ossec-execd ${DIR}/bin/ cp -pr ./init/ossec-client.sh ${DIR}/bin/ossec-control cp -pr ../bin/manage_agents ${DIR}/bin/ +cp -pr ../contrib/util.sh ${DIR}/bin/ +chown root:${GROUP} ${DIR}/bin/util.sh +chmod +x ${DIR}/bin/util.sh # Copying active response modules sh ./init/fw-check.sh execute > /dev/null