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

Commit

Permalink
Setup: ensure Apache SSO config is enabled #1355
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Oct 29, 2018
1 parent 83b54d4 commit 18d1ea2
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/sosetup
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,13 @@ EOF

fi

#########################################
# Apache
#########################################
echo "47"
echo "# Please wait while configuring Apache..." | tee -a $LOG
/usr/sbin/so-elastic-configure-apache >> $LOG 2>&1

#########################################
# syslog-ng
#########################################
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securityonion-setup (20120912-0ubuntu0securityonion278) xenial; urgency=medium

* Setup: ensure Apache SSO config is enabled #1355

-- Doug Burks <[email protected]> Mon, 29 Oct 2018 06:39:58 -0400

securityonion-setup (20120912-0ubuntu0securityonion277) xenial; urgency=medium

* allowing an OSSEC agent should allow both UDP and TCP traffic #1330
Expand Down
41 changes: 41 additions & 0 deletions debian/patches/Setup:-ensure-Apache-SSO-config-is-enabled-#1355
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
securityonion-setup (20120912-0ubuntu0securityonion278) xenial; urgency=medium
.
* Setup: ensure Apache SSO config is enabled #1355
Author: Doug Burks <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- securityonion-setup-20120912.orig/bin/sosetup
+++ securityonion-setup-20120912/bin/sosetup
@@ -1868,6 +1868,13 @@ EOF
fi

#########################################
+# Apache
+#########################################
+echo "47"
+echo "# Please wait while configuring Apache..." | tee -a $LOG
+/usr/sbin/so-elastic-configure-apache >> $LOG 2>&1
+
+#########################################
# syslog-ng
#########################################
echo "49"
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,4 @@ merge-pr-35-and-36
merge-pr-37
issues-1325-and-1322
allowing-an-OSSEC-agent-should-allow-both-UDP-and-TCP-traffic-#1330
Setup:-ensure-Apache-SSO-config-is-enabled-#1355

0 comments on commit 18d1ea2

Please sign in to comment.