There was an error while loading. Please reload this page.
1 parent a3cb1f0 commit 8923495Copy full SHA for 8923495
1 file changed
vminitd/Sources/vminitd/Server+GRPC.swift
@@ -257,7 +257,6 @@ extension Initd: Com_Apple_Containerization_Sandbox_V3_SandboxContextAsyncProvid
257
])
258
259
do {
260
- // FIXME: Handle single file mounts.
261
let mnt = ContainerizationOS.Mount(
262
type: request.type,
263
source: request.source,
@@ -836,11 +835,6 @@ extension Initd {
836
835
)
837
}
838
839
- try FileManager.default.createDirectory(
840
- atPath: root.path,
841
- withIntermediateDirectories: true
842
- )
843
-
844
if process.cwd.isEmpty {
845
process.cwd = "/"
846
@@ -855,6 +849,7 @@ extension Initd {
855
849
if !process.env.contains("HOME") {
856
850
process.env.append("HOME=\(parsedUser.home)")
857
851
852
+
858
853
ociSpec.process = process
859
854
860
0 commit comments