Skip to content

Commit

Permalink
Tidied up README a bit, reordered level arguments so that if both arg…
Browse files Browse the repository at this point in the history
…uments are specified, level 1 takes precedence, fixed regression for --include option
  • Loading branch information
tpgl-andyd committed Aug 16, 2017
1 parent b034b24 commit 2a51d68
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 66 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _Please note that only CentOS 7 is supported at this time._
### How do I use this script?
Download:

curl -LO https://raw.githubusercontent.com/finalduty/cis_benchmarks_audit/master/cis-audit.sh&& chmod 750 cis-audit.sh
curl -LO https://raw.githubusercontent.com/finalduty/cis_benchmarks_audit/master/cis-audit.sh && chmod 750 cis-audit.sh

Run:
```
Expand Down Expand Up @@ -44,7 +44,8 @@ No changes are made to system files by this script.
```

#### Disclaimer:
This is not a replacement for a full audit and a passing result from this script does not necessarily mean that you are compliant (but should give a good idea of where to start). The script will never make any changes to your system for you, but will write temporary state output to /tmp (which it will clean up afterwards).
This script can spawn multiple tests at a time making it possible that some tests could cause adverse effects to your server. There is an adjustable limit as well as a nicing argument which can help with this. In any case It is recommended that you **do not run this on a production server**.
This is not a replacement for a full audit and a passing result from this script does not necessarily mean that you are compliant (but should give a good idea of where to start). The script will never make any changes to your system for you, but will write temporary state output to /tmp (which are cleaned up afterwards).
This script can spawn multiple tests at a time and it possible that some tests could cause adverse effects on your system. There is an adjustable limit for processes as well as a nicing argument which can help keep load down.
It is recommended that you **do not run this on a production server** at this time.

_No warranty is offered and no responsibility will be taken for damage to systems resulting from the use of this script._
Loading

0 comments on commit 2a51d68

Please sign in to comment.