mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
Update definitions.yaml
Has a problem with the pipelines in the audit command. Solved with script 1.1.25.sh file
This commit is contained in:
parent
8fc2a4643b
commit
d2ab36f800
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ groups:
|
|||
|
||||
- id: 1.1.25
|
||||
description: "Ensure sticky bit is set on all world-writable directories"
|
||||
audit: "df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -type d \\( -perm -0002 -a ! -perm -1000 \\) 2>/dev/null"
|
||||
audit: "./1.1.25.sh"
|
||||
tests:
|
||||
test_items:
|
||||
- flag: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue