Update definitions.yaml

Return test 1.1.25 to be regular
This commit is contained in:
yoavrotems 2019-09-26 00:20:21 +03:00 committed by GitHub
parent 5f13a6a225
commit 2602610bf0
Failed to generate hash of commit

View file

@ -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: ""