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

nixos/security/wrappers: use musl rather than glibc and explicitly unset insecure env vars #259039

Merged
merged 1 commit into from
Oct 6, 2023

Commits on Oct 5, 2023

  1. nixos/security/wrappers: use musl rather than glibc and explicitly un…

    …set insecure env vars
    
    This mitigates CVE-2023-4911, crucially without a mass-rebuild.
    
    We drop insecure environment variables explicitly, including
    glibc-specific ones, since musl doesn't do this by default.
    
    Change-Id: I591a817e6d4575243937d9ccab51c23a96bed6f9
    edef1c committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    09325d2 View commit details
    Browse the repository at this point in the history