mirror of
https://github.com/apple/container.git
synced 2026-09-22 23:55:34 +00:00
Fix regression - removed shutdown XPC inadvertently. (#675)
## Motivation and Context #654 forgot to include the shutdown XPC that was added in #628.
This commit is contained in:
@@ -96,6 +96,7 @@ extension RuntimeLinuxHelper {
|
||||
SandboxRoutes.wait.rawValue: server.wait,
|
||||
SandboxRoutes.start.rawValue: server.startProcess,
|
||||
SandboxRoutes.dial.rawValue: server.dial,
|
||||
SandboxRoutes.shutdown.rawValue: server.shutdown,
|
||||
],
|
||||
log: log
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user