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

network isolation: set hostname to localhost #530

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

tiran
Copy link
Collaborator

@tiran tiran commented Jan 10, 2025

Unshare UTS namespace and set hostname to "localhost". Some build systems lookup "localhost". We didn't run into the problem, yet, because Fedora-based distros have 127.0.0.1 localhost in /etc/hosts.

Thanks to Michał Górny @mgorny for suggesting the change.

Unshare UTS namespace and set hostname to "localhost". Some build
systems lookup "localhost". We didn't run into the problem, yet, because
Fedora-based distros have `127.0.0.1 localhost` in `/etc/hosts`.

Thanks to Michał Górny @mgorny for suggesting the change.

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran marked this pull request as ready for review February 7, 2025 10:08
@tiran tiran force-pushed the hostname-localhost branch from ee365da to 8c09938 Compare February 7, 2025 10:08
@mergify mergify bot merged commit 93f6b33 into python-wheel-build:main Feb 7, 2025
77 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.

2 participants