mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 14:45:33 +01:00
Update definitions.yaml
Return test 1.1.25 to be regular
This commit is contained in:
parent
5f13a6a225
commit
2602610bf0
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ groups:
|
||||||
|
|
||||||
- id: 1.1.25
|
- id: 1.1.25
|
||||||
description: "Ensure sticky bit is set on all world-writable directories"
|
description: "Ensure sticky bit is set on all world-writable directories"
|
||||||
audit: "./1.1.25.sh"
|
audit: "df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -type d \\( -perm -0002 -a ! -perm -1000 \\) 2>/dev/null | head -n 100"
|
||||||
tests:
|
tests:
|
||||||
test_items:
|
test_items:
|
||||||
- flag: ""
|
- flag: ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue