docs(security): drop redundant bootstrap-container allowlist entry
The hive-priv container allowlist's explicit MANAGER_NAME allow is redundant — the bootstrap container's name passes the generic agent-name char validation anyway. Describe the allowlist as just the agent-name convention + the sibling service containers.
This commit is contained in:
parent
7e0190e27c
commit
80c33f5108
1 changed files with 4 additions and 4 deletions
|
|
@ -109,10 +109,10 @@ known operations; there is no arbitrary command pass-through:
|
|||
| `RestartMatrixDaemon` | `systemctl --machine=h-<name> restart hive-matrix-daemon.service` |
|
||||
|
||||
**Container allowlist** — every request is validated against an
|
||||
allowlist before any operation: only names matching `h-<agent>` (the
|
||||
standard agent prefix), the root/bootstrap container, or the known sibling
|
||||
service containers (`hive-gateway`, `hive-forge`, `hive-matrix`,
|
||||
`hive-ci`) are accepted. Arbitrary container names are rejected.
|
||||
allowlist before any operation: only names matching the agent-name
|
||||
convention (char-validated) or the known sibling service containers
|
||||
(`hive-gateway`, `hive-forge`, `hive-matrix`, `hive-ci`) are accepted.
|
||||
Arbitrary container names are rejected.
|
||||
|
||||
**Socket-activated** — systemd starts `hive-priv` on the first
|
||||
incoming connection (`LISTEN_FDS=1`); it is not running between calls.
|
||||
|
|
|
|||
Loading…
Reference in a new issue