fix(#946): drop hive-priv self-bind fallback (require socket activation) + clarify child-state rw is intentional
This commit is contained in:
parent
f751c4495f
commit
58b5434466
3 changed files with 40 additions and 36 deletions
|
|
@ -894,8 +894,6 @@ in
|
|||
# Why each entry is needed:
|
||||
# /etc/nixos-containers — writes <container>.conf (bind mounts,
|
||||
# network isolation, nspawn flags)
|
||||
# /run/hive — fallback socket bind if LISTEN_FDS is
|
||||
# absent (normal path: socket-activated)
|
||||
# /run/hive-agent — chown/chmod per-agent socket directories
|
||||
# /run/systemd — container@ unit drop-ins (resource limits)
|
||||
# + machinectl / systemd-machined state
|
||||
|
|
@ -914,7 +912,6 @@ in
|
|||
ProtectSystem = "strict";
|
||||
ReadWritePaths = [
|
||||
"/etc/nixos-containers"
|
||||
"/run/hive"
|
||||
"/run/hive-agent"
|
||||
"/run/systemd"
|
||||
"/run/lock"
|
||||
|
|
|
|||
Loading…
Reference in a new issue