[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: InstallServer.sh (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/08/25 10:24:02
Modified files:
InstallServer.sh
Log message:
Description: Adding support for mysql logs (.err and .log). Adding support for PostgreSQL as a database output. A few more fixes for the hostinfo stuff... (yes, long morning -- you got to love
saturdays)
Reviewed by: dcid
Bug:
Index: InstallServer.sh
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/InstallServer.sh,v
diff -u -r1.45 -r1.46
--- InstallServer.sh 7 Jan 2007 22:38:16 -0000 1.45
+++ InstallServer.sh 25 Aug 2007 13:24:02 -0000 1.46
@@ -132,9 +132,11 @@
chown -R ${USER}:${GROUP} ${DIR}/queue/syscheck
chmod -R 750 ${DIR}/queue/syscheck
chmod 740 ${DIR}/queue/syscheck/* > /dev/null 2>&1
+
chown -R ${USER}:${GROUP} ${DIR}/queue/rootcheck
chmod -R 750 ${DIR}/queue/rootcheck
chmod 740 ${DIR}/queue/rootcheck/* > /dev/null 2>&1
+
chown -R ${USER_REM}:${GROUP} ${DIR}/queue/agent-info
chmod -R 755 ${DIR}/queue/agent-info
chmod 744 ${DIR}/queue/agent-info/* > /dev/null 2>&1
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.