Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1 KB

README.md

File metadata and controls

20 lines (12 loc) · 1 KB

Introduction

This project contains code to build .deb and .rpm packages for the OSSEC host-based IDS. The package will install the "local" flavor of OSSEC and is designed to be compatible with the Observable Networks monitoring service.

Building packages

In order to build the .deb and .rpm packages you will need:

  • gcc
  • ruby and the fpm gem
  • rpm

Issue make build to compile OSSEC and then make deb or make rpm to create packages.

Credits and licenses

OSSEC is licensed under the GNU General Public License (version 2). See the OSSEC license for more information.

This project was originally based on Nicolas Zin's ossec-deb. The packaging work is licensed under the GNU General Public License (version 3). See the the original for more information.