1. 29 Feb, 2016 1 commit
    • lxc-attach: always allocate current controlling pty · a9d02bb9
      Christian Brauner authored
      lxc-attach uses lxc_console_create() to allocate a pty on the host.
      lxc_console_create() in turn calls lxc_console_peer_default() which either
      makes the current controlling pty our controlling pty for the container, or
      uses whatever the user gave us (e.g. /dev/tty2 etc.). For lxc-attach we always
      want the current controlling pty to be used. This commit ensures that we're in
      fact always using the current controlling pty. The commit also fixes a segfault
      when the user specified lxc.console.path = none.
      Signed-off-by: 's avatarChristian Brauner <christian.brauner@mailbox.org>
  2. 27 Feb, 2016 3 commits
  3. 26 Feb, 2016 22 commits
  4. 25 Feb, 2016 11 commits
  5. 24 Feb, 2016 3 commits