--- RHEL6/input/services/cron.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/RHEL6/input/services/cron.xml b/RHEL6/input/services/cron.xml index fce85bf..cccb8ea 100644 --- a/RHEL6/input/services/cron.xml +++ b/RHEL6/input/services/cron.xml @@ -115,9 +115,9 @@ access to these files should be disabled.</description> <Rule id="disable_at"> <title>Disable atd Service</title> <description> -<service-disable-macro service="at" /> +<service-disable-macro service="atd" /> </description> -<ocil><service-disable-check-macro service="at" /></ocil> +<ocil><service-disable-check-macro service="atd" /></ocil> <rationale> Many of the periodic or delayed execution features of the at daemon can be provided through the cron daemon instead. -- 1.8.0 _______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
