You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
If running on master:
cp /var/ossec/rules/local_rules.xml /tmp/local_rules.xml
chmod 644 /tmp/local_rules.xml
If running on sensor:
if [ ! -f /var/ossec/rules/local_rules.xml.orig ]; then
cp /var/ossec/rules/local_rules.xml /var/ossec/rules/local_rules.xml.orig
fi
cp /var/ossec/rules/local_rules.xml /var/ossec/rules/local_rules.xml.prev
scp $USER@$MASTER:/tmp/local_rules.xml /var/ossec/rules/local_rules.xml
chown root:ossec /var/ossec/rules/local_rules.xml
Original issue reported on code.google.com by doug.bu...@gmail.com on 19 Jun 2013 at 8:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
doug.bu...@gmail.com
on 19 Jun 2013 at 8:34The text was updated successfully, but these errors were encountered: