hubblestack / nova

Hubble's Auditing System. This repo is deprecated in favor of https://github.com/hubblestack/hubble-salt
https://hubblestack.io
Apache License 2.0
50 stars 26 forks source link

Update amazon-level-1-scored-v1-0-0.yaml #307

Closed bradpoulton closed 7 years ago

bradpoulton commented 7 years ago

Replaced incorrect text.

bradpoulton commented 7 years ago

Hey,

The file amazon-level-1-scored-v1-0-0.yaml looks for the text 'ntp:ntp' in the file /etc/sysconfig/ntpd. If this text is placed in that file it will cause ntpd to not start by default.

For example this will break ntp on restart if placed in /etc/sysconfig/ntpd: OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g"

This text is already found in the init script for ntp in /etc/init.d/ntpd: daemon $prog -u ntp:ntp -p /var/run/ntpd.pid $OPTIONS

basepi commented 7 years ago

Perfect, thanks for the fix!