mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 06:35:33 +01:00
Remove duplicate test IDs
There are two tests with the ID `4.1.9.a` and `4.1.9.b` in `cfg/1.1.0/definitions.yaml`. These tests are distinct, and should have unique IDs.
This commit is contained in:
parent
bb7432e243
commit
02e79e29bd
1 changed files with 2 additions and 2 deletions
|
@ -5995,7 +5995,7 @@ groups:
|
||||||
|
|
||||||
scored: true
|
scored: true
|
||||||
|
|
||||||
- id: 4.1.9.a
|
- id: 4.1.9.c
|
||||||
description: "Ensure session initiation information is collected"
|
description: "Ensure session initiation information is collected"
|
||||||
audit: "grep logins /etc/audit/audit.rules"
|
audit: "grep logins /etc/audit/audit.rules"
|
||||||
tests:
|
tests:
|
||||||
|
@ -6013,7 +6013,7 @@ groups:
|
||||||
|
|
||||||
scored: true
|
scored: true
|
||||||
|
|
||||||
- id: 4.1.9.b
|
- id: 4.1.9.d
|
||||||
description: "Ensure session initiation information is collected"
|
description: "Ensure session initiation information is collected"
|
||||||
audit: "auditctl -l | grep logins"
|
audit: "auditctl -l | grep logins"
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Add table
Reference in a new issue