mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 06:35:33 +01:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
79f19efd7f
2 changed files with 398 additions and 240 deletions
10
README.md
10
README.md
|
@ -15,16 +15,16 @@ Tests are configured with YAML files, making this tool easy to update as test sp
|
|||
linux-bench currently supports tests for benchmark version 1.1.0 only.
|
||||
|
||||
linux-bench will determine the test set to run on the host machine based on the following:
|
||||
##### Operating system platform - ubuntu/debian/rhel/coreos
|
||||
##### Boot loader - grub/grub2
|
||||
##### System logging tool - rsyslog/syslog-ng
|
||||
##### Lsm - selinux/apparmor
|
||||
- **Operating system platform - ubuntu/debian/rhel/coreos**
|
||||
- **Boot loader - grub/grub2**
|
||||
- **System logging tool - rsyslog/syslog-ng**
|
||||
- **Lsm - selinux/apparmor**
|
||||
|
||||
|
||||
## Installation
|
||||
### Installing from sources
|
||||
|
||||
Intall [Go](https://golang.org/doc/install), then
|
||||
Install [Go](https://golang.org/doc/install), then
|
||||
clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)):
|
||||
|
||||
```shell
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue