Files
apple--containerization/Sources/ContainerizationOS
Danny Canter 2bf2cedede Mount: Ensure symlinks stay scoped to rootfs (#559)
Today we don't resolve symlinks relative to the rootfs of the container
as ContainerizationOS.Mount did not handle this. This means trying to
mount something at /var/run (which typically is a symlink to /run in
most cases) would resolve to /run in the root of the VM. This change
adds some logic to handle this.

```
➜  ./bin/cctl run --kernel bin/kernel.arm64 --mount /Users/dcantah/foo:/var/run/foo bash
root@sandbox-vm:/# ls var/run/foo/
howdy
```
2026-02-25 14:29:34 -08:00
..
2025-06-05 16:15:21 -07:00

OS

This target contains general useful OS related definitions or wrappers.