deislabs / mystikos

Tools and runtime for launching unmodified container images in Trusted Execution Environments
142 stars 49 forks source link

Create parent directories of mount point target #1521

Closed vtikoo closed 5 months ago

vtikoo commented 6 months ago

During startup mystikos creates mount point target directories if they do not exist, but not its parent directories. This PR changes that to create the intermediate path components as well.