Giter Club home page Giter Club logo

chef-aide's Introduction

Cookbook Version Build Status

Description

Installs and configures the AIDE host-based intrusion detection system.

Requirements

Platform

Tested on CentOS and Ubuntu

Attributes

  • node["aide"]["binary"] - Path to aide binary. Defaults to a sensible choice for the platform

  • node["aide"]["config"] - Path to aide.conf file. Defaults to a sensible choice for the platform

  • node["aide"]["extra_parameters"] - Extra parameters to use when invoking aide. Defaults to a sensible choice for the platform.

  • node["aide"]["cron_service"] - The name of the cron service on the platform. Defaults to a sensible choice for the platform.

  • node["aide"]["dbdir"] - Where the AIDE database files are kept. Defaults to /var/lib/aide

  • node["aide"]["macros"] - A dictionary of AIDE macros, pre-populated as in the default AIDE config file.

  • node["aide"]["paths"] - A dictionary of paths for AIDE to inspect and how to handle them, pre-populated as in the default AIDE config file.

  • node["aide"]["report_url"] - Where to send the output. Defaults to "stdout". See the AIDE documentation for other options.

  • node["aide"]["cron_mailto"] - Where to send the cron jobs' output. Either a string or the value nil. Defaults to nil (i.e. mail cron job output to the user the cron job runs as).

Usage

Typically, you'll want to add the default recipe to a role's run list, then add to the paths dictionary with locations to ignore. Remember that paths use regex syntax, not glob syntax, so "all files in /opt/foo" is expressed as "/opt/foo/.*" not "/opt/foo/*".

{
  "name": "foo",
  ...
  "run_list": [
    ...
    "recipe[aide]"
  ],
  "override_attributes": {
    ...
    "aide": {
      "paths": {
        "/opt/foo/.*": "!"
      }
    }
  }
}

License and Author

Author:: Elliot Kendall ([email protected]) Contributor:: Michael Burns ([email protected])

Copyright:: 2013, The Regents of the University of California

chef-aide's People

Contributors

buysse avatar elliotkendallucsf avatar jblaine avatar mburns avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.