-
Notifications
You must be signed in to change notification settings - Fork 127
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
logging: passthrough accepts a tty #465
Conversation
LGTM |
what if we had conmon set this up if |
conmon should not set a new |
are you fine with the separate option or should I reuse "passthrough"? |
I still lean towards passthrough, as the behavior on conmon side is the same. I think it could be up to podman to warn the user about the risks. WDYT? |
I've added the check both to Podman and conmon to play safe, so even if we mess up in Podman we still have a safety net, but I am fine if you want to keep it simpler and have only one option. |
enable usage also on TTYs, the caller is responsible to use it safely. Signed-off-by: Giuseppe Scrivano <[email protected]>
f4b9ffc
to
03b64fa
Compare
changed to use only |
it works in a similar way to passthrough but it allows to be used also on a TTY. conmon support: containers/conmon#465 Closes: containers#20767 Signed-off-by: Giuseppe Scrivano <[email protected]>
it works in a similar way to passthrough, the only difference is that it is also allowed on a TTY.