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

remove usage of absolute rpaths #12754

Closed
wants to merge 1 commit into from
Closed

remove usage of absolute rpaths #12754

wants to merge 1 commit into from

Commits on Mar 7, 2014

  1. remove usage of absolute rpaths

    This is a significant security issue as it adds a hidden library path
    based on the location of the build directory. It is *always* wrong in an
    installed package, and can be leveraged by an unprivileged user to
    inject libraries into a binary called by another user or even root.
    
    Closes #11746
    
    This is a step towards fixing #11747 but is only a partial solution.
    thestinger committed Mar 7, 2014
    4 Configuration menu
    Copy the full SHA
    5930629 View commit details
    Browse the repository at this point in the history