summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
diff options
context:
space:
mode:
authorJustine Olshan <justineolshan@google.com>2018-06-21 10:17:19 -0700
committerShentubot <shentubot@google.com>2018-06-21 10:18:11 -0700
commitf2a687001ded18a4343c1aa3bfba18b08c6a816a (patch)
tree7f1710c546067eff9a995bce5cc1426b549b6e14 /runsc/boot/BUILD
parent7d6149063a0bb6e563885a8f199756e7af5e69cf (diff)
Added functionality to create a RestoreEnvironment.
Before a container can be restored, the mounts must be configured. The root and submounts and their key information is compiled into a RestoreEnvironment. Future code will be added to set this created environment before restoring a container. Tests to ensure the correct environment were added. PiperOrigin-RevId: 201544637 Change-Id: Ia894a8b0f80f31104d1c732e113b1d65a4697087
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r--runsc/boot/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD
index 924cc2b90..e96722069 100644
--- a/runsc/boot/BUILD
+++ b/runsc/boot/BUILD
@@ -86,6 +86,7 @@ go_test(
"//pkg/control/server",
"//pkg/log",
"//pkg/sentry/context/contexttest",
+ "//pkg/sentry/fs",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",
],
)