Commit Graph

21 Commits (c3d60977c054605b943cc2d679e247bcba1ac30f)

Author SHA1 Message Date
Ventz Petkov c3d60977c0
Merge pull request #14 from jbarlow-mcafee/set-redis-conf-in-supervisord
Pass redis conf file to redis-server program in supervisord.conf and set the working directory to /var/lib/redis

Thanks to @jbarlow-mcafee for discovering this!
2018-04-10 16:32:52 -04:00
Jeremy Barlow 58933d4547 Set working directory for redis-server to /var/lib/redis
This commit changes the working directory used for the redis-server
process from /etc/redis, which the redis user does not have write access
to, to /var/lib/redis, which is writable by the redis user.
2018-04-10 13:28:58 -07:00
Jeremy Barlow 0bcf0d9ac3 Pass redis conf file to redis-server program in supervisord.conf
Previously, the redis-server program was started from supervisord.conf
without a configuration file specifying the data directory to use. This
resulted in redis "not able to persist to disk" errors when the mispzmq
script performed some redis commands. The error was due to the default
redis data directory, /etc/redis, not being writable by the user that
the redis process runs as, redis.

This commit passes the /etc/redis/redis.conf configuration file to the
redis-server process at startup. The configuration file already sets the
data directory to a directory that the redis user has write access to,
/var/lib/redis.
2018-04-10 13:16:41 -07:00
Ventz Petkov 91b928e31f 1.) Upstream update to install: 6df6cc79bc0dbbc0307d57767ac47c09f1a0bf1c - Added ssdeep install and php module. 2.) Updated README for Mac Docker users to clear up confusion around mount directories, thanks to Toby @datasci4security for bringing it up 3.) Added Latest Update date and Latest Upstream hash included 2018-03-07 18:48:48 -05:00
Ventz Petkov 9eee1c63d1 Fixed image name in README 2018-02-12 17:07:37 -05:00
Ventz Petkov bfecfdbaf2 Added detailed instructions around building your own image and thus customizing some of the arguments, versus pulling down the default dockerhub binary. 2018-02-12 17:06:08 -05:00
Ventz Petkov 7fe1f7e363 Added detailed instructions around building your own image and thus customizing some of the arguments, versus pulling down the default dockerhub binary. 2018-02-12 16:50:11 -05:00
Ventz Petkov f074a49568 Upstream update to install process: a2d17e3c5eaea60f5bb5875bbadef259bbd06070 - Added additional information for installation (Python 3 for stix2, a2enmod headers) 2018-01-23 13:48:33 -05:00
Ventz Petkov 9d6576f892 Removed 'Require all granted' even though we are using Ubuntu 16.04 and Apache 2.4 from Ubuntu. It seems that the 'patched' Apache 2.4 - Version: 2.4.18-2ubuntu3 as of now, is actually loading the Apache 2.2 access control module. Per Apache's documentation, this *should* be correct: https://httpd.apache.org/docs/current/upgrading.html -- however, in order to 'fix' it for MISP, we are inserting the 2.2 directive, and removing the 2.4 directive. 2018-01-11 23:58:10 -05:00
Ventz Petkov 670959dcaf Upstream update to install process: 82da6c5639d9e5f0531705cf4337154a9072c314 - added install of stix2, which depends on python3 and pip3. This covers everything up to and including the Jan 4, 2018 commit by adulau. 2018-01-11 23:37:13 -05:00
Ventz Petkov 59f63b7d6c Fix for issue #5 which was somehow left out of commit 50d2a42bbc. Also, updated certs to reflect crt everywhere - docs and other notes 2017-09-25 09:26:37 -04:00
Ventz Petkov 40ff7c71ef Another fix to upstream update to install process: 70939ef37d84e3e011207a8d074e719d74f5fbb2 - fix to issue #2278 found here: https://github.com/MISP/MISP/issues/2278. Removed old config 2017-07-13 10:21:59 -04:00
Ventz Petkov 50d2a42bbc Upstream update to install process: 70939ef37d84e3e011207a8d074e719d74f5fbb2 - fix to issue #2278 found here: https://github.com/MISP/MISP/issues/2278 2017-07-13 10:03:01 -04:00
Ventz Petkov 6807da5bab Upstream update to install process: 1db9f8c0744ae6804c51a67cfec1d6981c2e26f9 - Install mixbox to accomodate the new STIX dependencies 2017-06-20 12:35:16 -04:00
Ventz Petkov 4ac055fa55 Cleaned up of extra slash at the end of build 2017-03-21 17:49:37 -04:00
Ventz Petkov 8530a25dc8 Added name and email to contribute section, with permission from Conrad 2017-02-14 09:12:32 -05:00
Ventz Petkov b5c052eaac Upstream update to install process: 0bcb3376e56588c518ad97efd06d671a04802a01 and 2ccb10c198476f77f33ce34eae721c30fb99fc34 - added logrotation, however added it inline instead of in a separate config which is later copied. 2017-02-13 15:40:27 -05:00
Ventz Petkov 39b1e86237 Merged in @radder5's improvements on rng-tools, and misp-modules + README 2017-02-13 15:24:45 -05:00
Ventz Petkov 09c043f779 Added mysql chown to guarantee permissions on directories that are remote mounted and keep their own, and added rng-tools to help with entropy 'randomness' generation + a note about it and the security aspects. 2017-02-09 11:25:59 -05:00
Ventz Petkov 82adc8ae92 Upstream update to install process: 0675e993475fcfb6ba1f030fdf0d5270a8b23b5f - You need to install the package python-setuptools on Ubuntu 16.04/Mint 18 to use the setup.py for the STIX installation. 2016-10-11 16:37:35 -04:00
Ventz Petkov c27ae4ec77 Initial commit of autobuild Docker MISP container. 2016-09-27 02:49:04 -04:00