aristanetworks / bst

A one-stop shop for process isolation
MIT License
99 stars 9 forks source link

Add a --tty option #46

Closed mstory21 closed 3 years ago

mstory21 commented 3 years ago
If the tty option is passed it will:
  Create a pty.
  Set the parent's stdin to (mostly) raw mode.
  Set the child's fds to the term.
  Handle copying to/from the term.
  Handle SIGWINCH.