Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcontainer/console_linux.go: Make SaneTerminal public #1479

Merged

Commits on Jun 8, 2017

  1. libcontainer/console_linux.go: Make SaneTerminal public

    And use it only in local tooling that is forwarding the pseudoterminal
    master.  That way runC no longer has an opinion on the onlcr setting
    for folks who are creating a terminal and detaching.  They'll use
    --console-socket and can setup the pseudoterminal however they like
    without runC having an opinion.  With this commit, the only cases
    where runC still has applies SaneTerminal is when *it* is the process
    consuming the master descriptor.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    830c0d7 View commit details
    Browse the repository at this point in the history