Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: SV-238356 checks and incorrect maxpoll time and format #21

Open
pbarrette opened this issue Feb 10, 2023 · 0 comments
Open

BUG: SV-238356 checks and incorrect maxpoll time and format #21

pbarrette opened this issue Feb 10, 2023 · 0 comments

Comments

@pbarrette
Copy link

The STIG says at least every 24 hours.

A value of maxpoll 16 is 2^16 seconds, or just over 18 hours

The control checks for maxpoll = 17 which is an invalid format and is beyond 24 hours at 2^17 seconds, or 1.5 days.

The chrony.conf file format shows that the line should contain maxpoll x and not maxpoll = x.

The STIG Check Text shows this correctly, while the Fix Text displays it incorrectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant