mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 14:45:33 +01:00
Update definitions.yaml
This commit is contained in:
parent
553b2881bf
commit
2e252863c8
1 changed files with 4 additions and 4 deletions
|
@ -7338,8 +7338,8 @@ groups:
|
||||||
audit: "stat /etc/cron.deny"
|
audit: "stat /etc/cron.deny"
|
||||||
tests:
|
tests:
|
||||||
test_items:
|
test_items:
|
||||||
- flag: "File: /etc/cron.deny"
|
- flag: "stat: cannot stat '/etc/cron.deny': No such file or directory"
|
||||||
set: false
|
set: true
|
||||||
remediation: |
|
remediation: |
|
||||||
Run the following commands to remove `/etc/cron.deny` and `/etc/at.deny` and create and set permissions and ownership for `/etc/cron.allow` and `/etc/at.allow` :
|
Run the following commands to remove `/etc/cron.deny` and `/etc/at.deny` and create and set permissions and ownership for `/etc/cron.allow` and `/etc/at.allow` :
|
||||||
|
|
||||||
|
@ -7359,8 +7359,8 @@ groups:
|
||||||
audit: "stat /etc/at.deny"
|
audit: "stat /etc/at.deny"
|
||||||
tests:
|
tests:
|
||||||
test_items:
|
test_items:
|
||||||
- flag: "File: /etc/at.deny"
|
- flag: "stat: cannot stat '/etc/at.deny': No such file or directory"
|
||||||
set: false
|
set: true
|
||||||
remediation: |
|
remediation: |
|
||||||
Run the following commands to remove `/etc/cron.deny` and `/etc/at.deny` and create and set permissions and ownership for `/etc/cron.allow` and `/etc/at.allow` :
|
Run the following commands to remove `/etc/cron.deny` and `/etc/at.deny` and create and set permissions and ownership for `/etc/cron.allow` and `/etc/at.allow` :
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue