Skip to content

docs(admin/policy): document ReadWritePaths for logging to files#1469

Merged
Xe merged 1 commit intomainfrom
Xe/docs-systemd-logging-to-file
Feb 19, 2026
Merged

docs(admin/policy): document ReadWritePaths for logging to files#1469
Xe merged 1 commit intomainfrom
Xe/docs-systemd-logging-to-file

Conversation

@Xe
Copy link
Copy Markdown
Contributor

@Xe Xe commented Feb 19, 2026

The default Anubis systemd configuration is very restrictive in order to prevent any possible compromise of Anubis to be useful by threat actors. As such, it assumes all logs will be pushed to the system journal. Some administrators do not want Anubis' logs to be pushed to the system journal and want Anubis to log to a file instead.

This change documents how to set up ReadWritePaths in the Anubis systemd configuration such that Anubis can lot to a file as administrators expect.

Closes: #1468

Checklist:

  • Added a description of the changes to the [Unreleased] section of docs/docs/CHANGELOG.md
  • Added test cases to the relevant parts of the codebase
  • Ran integration tests npm run test:integration (unsupported on Windows, please use WSL)
  • All of my commits have verified signatures

The default Anubis systemd configuration is very restrictive in
order to prevent any possible compromise of Anubis to be useful
by threat actors. As such, it assumes all logs will be pushed to
the system journal. Some administrators do not want Anubis' logs
to be pushed to the system journal and want Anubis to log to a
file instead.

This change documents how to set up ReadWritePaths in the Anubis
systemd configuration such that Anubis can lot to a file as
administrators expect.

Closes: #1468
Signed-off-by: Xe Iaso <me@xeiaso.net>
@Xe Xe self-assigned this Feb 19, 2026
@Xe Xe enabled auto-merge (squash) February 19, 2026 12:21
@Xe Xe merged commit f38210f into main Feb 19, 2026
23 checks passed
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

Successfully merging this pull request may close these issues.

Bot Policy Logging Configuration

1 participant