diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-06-23 18:47:22 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-23 18:48:37 -0700 |
commit | 0f328beb0d830a6e3b88b9f2cc1c9cb48f55c752 (patch) | |
tree | e08a83e5fba125a23bedbde02c032826abddaadc /runsc/boot/BUILD | |
parent | 65a587dedf1a30b3614a66532d2b448026b9c540 (diff) |
Port /dev/tty device to VFS2.
Support is limited to the functionality that exists in VFS1.
Updates #2923 #1035
PiperOrigin-RevId: 317981417
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 2b1e6b13e..b701c65d2 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -40,6 +40,7 @@ go_library( "//pkg/sentry/arch:registers_go_proto", "//pkg/sentry/control", "//pkg/sentry/devices/memdev", + "//pkg/sentry/devices/ttydev", "//pkg/sentry/fdimport", "//pkg/sentry/fs", "//pkg/sentry/fs/dev", |