diff options
author | Justine Olshan <justineolshan@google.com> | 2018-06-21 10:17:19 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-21 10:18:11 -0700 |
commit | f2a687001ded18a4343c1aa3bfba18b08c6a816a (patch) | |
tree | 7f1710c546067eff9a995bce5cc1426b549b6e14 /runsc/boot/BUILD | |
parent | 7d6149063a0bb6e563885a8f199756e7af5e69cf (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/BUILD | 1 |
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", ], ) |