fix(bootstrap): chown jail /home/clawdie so daemon can write staging files #150

Merged
clawdie merged 1 commit from fix/jail-home-chown into main 2026-06-23 08:13:31 +02:00

1 commit

Author SHA1 Message Date
aa754ce11f fix(bootstrap): chown jail /home/clawdie so daemon can write staging files
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
CI / port (pull_request) Has been cancelled
CI / agent-jail-pkgs (pull_request) Has been cancelled
#136 moved staging from /var/run/colibri-stage to
/home/clawdie/.cache/colibri/stage. Bastille creates the jail's
/home/clawdie as root:wheel, so the daemon (running as clawdie)
couldn't create staging directories there. chown after binary
copy ensures the daemon owns its home directory inside the jail.
2026-06-21 17:43:33 +02:00