Git Product home page Git Product logo

cis_benchmark's People

Contributors

jeff1evesque avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

cis_benchmark's Issues

Implement vagrant 'v2.0.0' box in 'Vagrantfile'

We need to create a version v2.0.0 base box, which will entail the following enhancements:

  • removal of ssh keys
  • generate corresponding md5 hash

Then, we'll need to implement a corresponding switch statement within our Vagrantfile, which will allow users to choose between the linux operating systems.

Include implemented cis benchmarks in 'README.md'

We need to add which cis benchmarks are implemented for our corresponding puppet module, within this projects main README.md. For example, the trusty64 operating system implements the CIS 2.0.0 benchmark. Likewise, we need to make it apparent which benchmarks are used for the other operating systems.

Fix typo in 'rsyslog.pp', and 'auditd_rules.pp'

We need to fix the following typo within auditd_rules.pp:

  file { '/etc/audit/audit.rules':
    ensure   => present,
    mode     => '0640',
    owner    => 'root',
    group    => 'root',
    template => dos2unix(template('cis/trusty64/audit.rules.erb')),
    notify   => Exec['restart-auditd'],
  }

As well as similar typo's within rsyslog.pp.

Compare string boolean in 'xinetd.pp'

Since our corresponding fact returns a string, we need to adjust the following from xinetd.pp, respectively:

...
  ## apply rules if xinetd installed
  if ($xinetd_installed) {
...

Add initial Vagrantfile

We will add an initial Vagrantfile, which should include a switch statement allowing users to toggle between various operating systems.

Note: it is not certain if we'll be able to implement the raspbian operating system within vagrant.

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.