PCI-DSS compliant Debian 10/11/12 hardening
Go to file
Thibault Dewailly b74a5fe19e Merge pull request #3 in IAAS/cis-hardening from dev/thibault.dewailly/bugfix to master
first Bugfixes included

* commit '5e4e0176533f709065e6abd0c3f1f34e69f319e9':
  log format correction, loglevel defaults to info
2016-04-18 14:03:50 +02:00
bin log format correction, loglevel defaults to info 2016-04-18 14:03:20 +02:00
etc log format correction, loglevel defaults to info 2016-04-18 14:03:20 +02:00
lib log format correction, loglevel defaults to info 2016-04-18 14:03:20 +02:00
src skeleton 2016-04-04 08:01:37 +02:00
tmp/backups 2.2_tmp_nodev.sh 2016-04-04 16:14:53 +02:00
.gitignore Initial Commit Basic folders 2016-04-01 07:50:08 +02:00
README All configuration defaults to disabled README updated 2016-04-18 13:25:09 +02:00

# CIS Debian 7 Hardening git repository
# Authors : Thibault Dewailly, OVH <thibault.dewailly@corp.ovh.com>
# This is the code base which will be used to fill CIS hardening requirements

# Hardening scripts :
# bin/hardening : Every script has a .cfg associated, status must be defined here

# Main script : 
# bin/hardening.sh : Will execute hardening according to configuration

# Configuration
# etc/hardening.cfg : Global variables defined such as backup directory, or log level
# etc/conf.d        : Folder with all .cfg associated to hardenign scripts