From 7d7c15a3707118443a86f6ede78097fd882d2937 Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Tue, 28 Apr 2026 15:11:06 -0300 Subject: [PATCH] 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) --- docs/privileges.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/privileges.md b/docs/privileges.md index b10e7ca..a814c2d 100644 --- a/docs/privileges.md +++ b/docs/privileges.md @@ -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