diff options
author | Kevin Krakauer <krakauer@google.com> | 2018-06-12 11:02:35 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-12 11:03:25 -0700 |
commit | 2dc9cd7bf73d971a37fa22b52a70961f27f6c970 (patch) | |
tree | 44ea444c2b21d6af8063ee4e740ae5c1d4e1d8b1 /runsc/boot/BUILD | |
parent | 48335318a23f4f536c395e602c0cd338c4c4e890 (diff) |
runsc: enable terminals in the sandbox.
runsc now mounts the devpts filesystem, so you get a real terminal using
ssh+sshd.
PiperOrigin-RevId: 200244830
Change-Id: If577c805ad0138fda13103210fa47178d8ac6605
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 73893d699..1a81acde5 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -35,6 +35,7 @@ go_library( "//pkg/sentry/fs/ramfs", "//pkg/sentry/fs/sys", "//pkg/sentry/fs/tmpfs", + "//pkg/sentry/fs/tty", "//pkg/sentry/inet", "//pkg/sentry/kernel", "//pkg/sentry/kernel/auth", |