Setup lynis » Historie » Version 1
Jeremias Keihsler, 12.01.2017 11:39
1 | 1 | Jeremias Keihsler | h1. Install Procedure for lynis |
---|---|---|---|
2 | |||
3 | h2. Requirements |
||
4 | |||
5 | To install logwatch you will need the following: |
||
6 | * a installed and supported operating system (e.g. CentOS 7.x) |
||
7 | * root-access |
||
8 | * a fast internet connection |
||
9 | * [[repo_epel|EPEL]] |
||
10 | |||
11 | h2. Preliminary Note |
||
12 | |||
13 | Lynis is an auditing and hardening tool for Unix/Linux and you might even call it a compliance tool. It scans the system and installed software. Then it performs many individual security control checks. It determines the hardening state of the machine, detects security issues and provides suggestions to improve the security defense of the system. |
||
14 | |||
15 | h2. install lynis |
||
16 | |||
17 | <pre><code class="bash"> |
||
18 | yum install lynis |
||
19 | </code></pre> |