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

[WIP] fhs-userenv-bubblewrap: Support ld.so.conf/cache #102178

Closed
wants to merge 2 commits into from

Commits on Nov 2, 2020

  1. fhs-userenv-bubblewrap: Preserve symlinks

    Preserve top-level symlinks such as /lib -> /usr/lib.
    
    This allows nested containers such as Steam's new runtime to remount
    /usr if they need to and then run unmodified binaries that reference
    e.g. /lib/ld-linux-x86-64.so.2
    
    Before, we would mount the fully resolved host directory at /lib and
    thus the dynamic loader would always be the one from the host filesystem.
    moben committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e00c8e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a917e8 View commit details
    Browse the repository at this point in the history