Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Update pulledpork.conf.master with new local_rules declaration #157

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

In the recent Suricata upgrade, I updated /etc/pulledpork/pulledpork.conf to 
use the new local_rules declaration:
http://code.google.com/p/security-onion/issues/detail?id=153

However, I forgot to also update /etc/pulledpork/pulledpork.conf.master.  This 
file is used as the basis for pulledpork.conf when Setup is run.  So we will 
update pulledpork.conf.master and add it to the pulledpork DEB.

We'll also implement a better method of updating pulledpork.conf and run that 
again in case it was missed last time.

Original issue reported on code.google.com by doug.bu...@gmail.com on 30 Nov 2011 at 4:01

@GoogleCodeExporter
Copy link
Author

Added the following to security-onion-upgrade.sh:

    echo "* Installing new pulledpork.conf.master"      | $LOGGER
    FILE=securityonion-pulledpork_"$NEW"_i386.deb
    wget -q http://sourceforge.net/projects/security-onion/files/$NEW/$FILE -O $FILE | $LOG
GER
    dpkg -i $FILE                       | $LOGGER

    echo "* Updating /etc/pulledpork/pulledpork.conf"   | $LOGGER
    sed -i 's|^local_rules=/etc/nsm/rules/local.rules$|local_rules=/etc/nsm/rules/local.rul
es,/etc/nsm/rules/decoder-events.rules,/etc/nsm/rules/stream-events.rules|g' 
/etc/pulledpork/pu
lledpork.conf

Original comment by doug.bu...@gmail.com on 30 Nov 2011 at 4:22

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://securityonion.blogspot.com/2011/12/security-onion-20111201-now-available.
html

Original comment by doug.bu...@gmail.com on 1 Dec 2011 at 11:26

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant