Page MenuHomeFreeBSD

Quiet 450.status-security when *_inline="YES"
ClosedPublic

Authored by asomers on Apr 3 2017, 11:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 7, 1:28 PM
Unknown Object (File)
Sun, Sep 6, 6:50 PM
Unknown Object (File)
Fri, Sep 4, 2:32 AM
Unknown Object (File)
Wed, Sep 2, 5:14 PM
Unknown Object (File)
Wed, Sep 2, 2:13 PM
Unknown Object (File)
Wed, Sep 2, 1:05 PM
Unknown Object (File)
Wed, Sep 2, 12:54 PM
Unknown Object (File)
Wed, Sep 2, 8:54 AM
Subscribers

Details

Summary

Quiet 450.status-security when *_inline="YES"

Previously, 450.status-security would always set rc=3 in inline mode,
because it doesn't know whether "periodic security" is going to find
anything interesting. But this annoyingly results in daily reports that
simply say "Security check: \n\n-- End of daily output --".

This change fixes that by testing whether "periodic security" printed
anything, and setting 450.status-security's exit status to 3 if it did. An
alternative would be to change the exit status of periodic(8) to be the
worst of its scripts' exit statuses, but that would be a more intrusive
change.

Test Plan

Manually run 450.status-periodic with and without _inline, and with and
without any interesting results.

Diff Detail