Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.0: Fix paths for scripts #63

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions cfg/1.1.0/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8419,7 +8419,7 @@ groups:

- id: 6.2.6
description: "Ensure root PATH Integrity"
audit: "./6.2.6.sh"
audit: "./cfg/1.1.0/6.2.6.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8434,7 +8434,7 @@ groups:

- id: 6.2.7
description: "Ensure all users' home directories exist"
audit: "./6.2.7.sh"
audit: "./cfg/1.1.0/6.2.7.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8448,7 +8448,7 @@ groups:

- id: 6.2.8
description: "Ensure users' home directories permissions are 750 or more restrictive"
audit: "./6.2.8.sh"
audit: "./cfg/1.1.0/6.2.8.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8462,7 +8462,7 @@ groups:

- id: 6.2.9
description: "Ensure users own their home directories"
audit: "./6.2.9.sh"
audit: "./cfg/1.1.0/6.2.9.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8477,7 +8477,7 @@ groups:

- id: 6.2.10
description: "Ensure users' dot files are not group or world writable"
audit: "./6.2.10.sh"
audit: "./cfg/1.1.0/6.2.10.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8491,7 +8491,7 @@ groups:

- id: 6.2.11
description: "Ensure no users have .forward files"
audit: "./6.2.11.sh"
audit: "./cfg/1.1.0/6.2.11.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8506,7 +8506,7 @@ groups:

- id: 6.2.12
description: "Ensure no users have .netrc files"
audit: "./6.2.12.sh"
audit: "./cfg/1.1.0/6.2.12.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8520,7 +8520,7 @@ groups:

- id: 6.2.13
description: "Ensure users' .netrc Files are not group or world accessible"
audit: "./6.2.13.sh"
audit: "./cfg/1.1.0/6.2.13.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8534,7 +8534,7 @@ groups:

- id: 6.2.14
description: "Ensure no users have .rhosts files"
audit: "./6.2.14.sh"
audit: "./cfg/1.1.0/6.2.14.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8548,7 +8548,7 @@ groups:

- id: 6.2.15
description: "Ensure all groups in /etc/passwd exist in /etc/group"
audit: "./6.2.15.sh"
audit: "./cfg/1.1.0/6.2.15.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8562,7 +8562,7 @@ groups:

- id: 6.2.16
description: "Ensure no duplicate UIDs exist"
audit: "./6.2.16.sh"
audit: "./cfg/1.1.0/6.2.16.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8576,7 +8576,7 @@ groups:

- id: 6.2.17
description: "Ensure no duplicate GIDs exist"
audit: "./6.2.17.sh"
audit: "./cfg/1.1.0/6.2.17.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8590,7 +8590,7 @@ groups:

- id: 6.2.18
description: "Ensure no duplicate user names exist"
audit: "./6.2.18.sh"
audit: "./cfg/1.1.0/6.2.18.sh"
tests:
test_items:
- flag: ""
Expand All @@ -8605,7 +8605,7 @@ groups:

- id: 6.2.19
description: "Ensure no duplicate group names exist"
audit: "./6.2.19.sh"
audit: "./cfg/1.1.0/6.2.19.sh"
tests:
test_items:
- flag: ""
Expand Down