Skip to content

/etc/rsyslog.conf sends authpriv logs to /var/log/messages rather than /var/log/secure #2055

@j-kits

Description

@j-kits

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions