docs: fix config-file path in privileges.md

The filesystem-mutations table referred to `~/.config/banger/banger.toml`,
but the daemon reads `~/.config/banger/config.toml` (per
internal/config/config.go and README.md). Bring privileges.md in line.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Thales Maciel 2026-04-28 15:11:06 -03:00
parent 0c77b042ed
commit 7d7c15a370
No known key found for this signature in database
GPG key ID: 33112E6833C34679

View file

@ -109,7 +109,7 @@ Path used | Owner | What is created or changed
`/var/cache/banger/...` | owner, 0700 | Bundle and OCI download cache. `/var/cache/banger/...` | owner, 0700 | Bundle and OCI download cache.
`/run/banger/...` | owner, 0700 | Owner daemon socket and per-VM firecracker API + vsock sockets. `/run/banger/...` | owner, 0700 | Owner daemon socket and per-VM firecracker API + vsock sockets.
`/run/banger-root/...` | root, 0711 | Root-helper socket dir; the socket itself is 0600. `/run/banger-root/...` | root, 0711 | Root-helper socket dir; the socket itself is 0600.
`~/.config/banger/banger.toml` | owner | Optional user config. Read by the owner daemon at startup. `~/.config/banger/config.toml` | owner | Optional user config. Read by the owner daemon at startup.
Outside these directories, banger does not write to the host filesystem Outside these directories, banger does not write to the host filesystem
during normal operation. The two exceptions are file-sync (the user during normal operation. The two exceptions are file-sync (the user