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

container: ignore SIGWINCH without tty #1683

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

giuseppe
Copy link
Member

@giuseppe giuseppe commented Mar 4, 2025

if there is no tty configured for the container, ignore the SIGWINCH signal instead of exiting with success.

Closes: #1442

if there is no tty configured for the container, ignore the SIGWINCH
signal instead of exiting with success.

Closes: containers#1442

Signed-off-by: Giuseppe Scrivano <[email protected]>
@giuseppe
Copy link
Member Author

giuseppe commented Mar 5, 2025

@flouthoc PTAL

Copy link
Collaborator

@flouthoc flouthoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@flouthoc flouthoc merged commit e208daa into containers:main Mar 5, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not ignore SIGWINCH if no terminal is allocated
2 participants