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:
parent
0c77b042ed
commit
7d7c15a370
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ Path used | Owner | What is created or changed
|
|||
`/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-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
|
||||
during normal operation. The two exceptions are file-sync (the user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue