Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

auditd (16) Versions 0.1.4

Installs/Configures auditd

Policyfile
Berkshelf
Knife
cookbook 'auditd', '= 0.1.4', :supermarket
cookbook 'auditd', '= 0.1.4'
knife supermarket install auditd
knife supermarket download auditd
README
Dependencies
Quality -%

Description

A simple cookbook to install auditd and provided rulesets. Rulesets
included in the OS auditd/audit package as examples are based on 4
established standards:

The OS package provides the client side tools for working with the
linux kernel audit framework.

Requirements

Linux : any distribution in theory, but only Ubuntu and RHEL 6 have been tested.

Attributes

  • node['auditd']['ruleset'] - ruleset to use, either "default" (the default if unset) or one of the provided examples
    • NOTE: When using this recipe on RHEL systems, you're restricted to the "default" or "cis" rulesets, as RHEL uses version-specific paths for the .rules which we can't programatically determine at this time.
  • node['auditd']['backlog'] - backlog size, default is 320 should be larger for busy systems

Usage

If you're using one of the default rulesets set the correct attribute
based on the ruleset desired, one of:

  • "capp" : Controlled Access Protection Profile
  • "lspp" : Labeled Security Protection Profile
  • "nispom" : National Industrial Security Program Operating Manual (NISPOM)
  • "stig" : Security Technical Implementation Guides
  • "cis" : Center for Internet Security auditd recommendations

And include recipe[auditd::rules] in your run list. You can also set
the attribute node['auditd']['ruleset'] to the name of a custom rule
template to be used instead of one of the default rules.

If you are using the recipe from a wrapper cookbook, include the
default recipe recipe[auditd] to setup the service and use the
auditd_ruleset resource to place your custom rule template.

TODO

Ideally the auditd_ruleset resource could make use of a data bag
search to build the data driven ruleset

Make builtins an array attribute to allow user updates without
cookbook release.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

stig Applicable Versions

No quality metric results found