Update definitions.yaml

This commit is contained in:
yoavrotems 2019-10-17 00:39:35 +03:00 committed by GitHub
parent 553b2881bf
commit 2e252863c8
Failed to generate hash of commit

View file

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