| Filename | Latest commit message | Latest commit date |
|---|---|---|
systemd-tmpfiles d entries adjust mode+owner on existing dirs. Using 0755 root root would stomp live agents' socket dirs (owned by agent uid:gid) on every sync_tmpfiles call, breaking the harness's ability to bind new sockets until host_config rechowns them. Fix: 0777 root root — matches the chmod_socket_dir(0o777) fallback already used by host_config when the agent uid is unavailable. World- writable dirs let the non-root harness bind sockets regardless of who owns the dir. host_config's chown_socket_dir tightens ownership when the agent uid is resolved. Also add missing # Errors doc to priv_client::sync_agent_tmpfiles. |
||
| .. | ||
| src | ||
| Cargo.toml | ||