In most other distros, rsyslog is configured to send authpriv logs to /var/log/secure rather than the standard log location, presumably for security reasons (e.g. https://www.rsyslog.com/doc/master/historical/multi_ruleset_legacy_format_samples.html ).
# The authpriv file has restricted access.
authpriv.* /var/log/secure
In Mariner, /etc/rsyslog.conf instead sends authpriv logs to /var/log/messages.
# The authpriv file has restricted access.
authpriv.* /var/log/messages
Is there a reason for this difference?
In most other distros, rsyslog is configured to send authpriv logs to /var/log/secure rather than the standard log location, presumably for security reasons (e.g. https://www.rsyslog.com/doc/master/historical/multi_ruleset_legacy_format_samples.html ).
In Mariner, /etc/rsyslog.conf instead sends authpriv logs to /var/log/messages.
Is there a reason for this difference?