Files
apple--containerization/Sources/ContainerizationEXT4
Sidhartha Mani df125a2300 Prevent recursion attacks in EXT4Formatter.unlink (#415)
This issue doesn't affect any of our existing products. This is a
preemptive fix for downstream consumers of EXT4.format where, in some
platforms, leading `//` in the path could get resolved into a FileTree
that looks like this

```sh
/ 
 └──  / 
 └── usr
```
2026-04-30 12:01:32 -07:00
..
2026-04-14 20:17:46 -07:00
2026-04-14 20:17:46 -07:00
2026-04-14 20:17:46 -07:00

ContainerizationEXT4

ContainerizationEXT4 provides functionality to read the superblock of an existing ext4 block device and format a new block device with the ext4 file system.