mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25: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"
|
||||
tests:
|
||||
test_items:
|
||||
- flag: "File: /etc/cron.deny"
|
||||
set: false
|
||||
- flag: "stat: cannot stat '/etc/cron.deny': No such file or directory"
|
||||
set: true
|
||||
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` :
|
||||
|
||||
|
@ -7359,8 +7359,8 @@ groups:
|
|||
audit: "stat /etc/at.deny"
|
||||
tests:
|
||||
test_items:
|
||||
- flag: "File: /etc/at.deny"
|
||||
set: false
|
||||
- flag: "stat: cannot stat '/etc/at.deny': No such file or directory"
|
||||
set: true
|
||||
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` :
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue