This series requires kernel patch titled

[PATCH rh7]: ve: Provide interface for current tty inheritance

An easy way to test this is to run container, start screen
sessions inside and open a few new sessions where run python
script with multiple f=open("/dev/tty", "r+").

Cyrill Gorcunov (7):
  log: pr_warn_once -- Fix formatting
  check: Include sys/mount.h before linux/aio_abi.h
  files: Provide virt_sid in fd_parms
  tty: Don't check for group inheritance
  kdat: Add test for ctty inheritance
  tty: Move session lookup leader into find_session_leader
  tty: ctty -- Add support for multiple inherited ctty opened

 criu/cr-check.c        |   2 +-
 criu/files.c           |   1 +
 criu/include/files.h   |   1 +
 criu/include/kerndat.h |   1 +
 criu/include/log.h     |   4 +-
 criu/kerndat.c         |  17 ++++
 criu/tty.c             | 211 +++++++++++++++++++++++++++++++++++++++++++------
 7 files changed, 211 insertions(+), 26 deletions(-)

-- 
2.14.3

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to