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

Hide host network name in Linux sandbox #353

Open
deciduously opened this issue Nov 25, 2024 · 0 comments
Open

Hide host network name in Linux sandbox #353

deciduously opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@deciduously
Copy link
Member

While testing builds, I noticed my host machine's hostname was picked up inside the sandbox by a configure script:

Your host name appears to be "kirrahe". Right? [y]
What is your domain name? [.nonet]
What is your e-mail address? [[email protected]]
Perl administrator e-mail address [[email protected]]

We successfully set the username to tangram, but kirrahe is my computer's hostname, which should not be visible to builds. I believe this can be addressed by introducing a UTS namespace via the CLONE_NEWUTS flag when cloneing the guest process.

@deciduously deciduously added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant