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

Add package.env that passes user-defined-trusted-dirs to glibc #8

Merged
merged 2 commits into from
Feb 24, 2021
Merged

Add package.env that passes user-defined-trusted-dirs to glibc #8

merged 2 commits into from
Feb 24, 2021

Conversation

bedroge
Copy link
Collaborator

@bedroge bedroge commented Feb 18, 2021

Now we just need to make sure that it's actually used, as the bootstrap will not make use of this. So I guess we should add glibc to our set to make sure it gets reinstalled?

Closes #7.

@ocaisa
Copy link
Member

ocaisa commented Feb 23, 2021

Some interesting comments on this in easybuilders/easybuild-easyconfigs#5329

Note trusted here comes from the fact they are considered by suid binaries too, which ignore LD_LIBRARY_PATH. Such default dirs are also then considered for indirect library dependencies, like RPATH but unlike RUNPATH

and this one about using patchelf on our binary installations is also interesting: https://stackoverflow.com/a/44710599
@boegel is that something that we could get EB to handle or should we consider a hook or something?

@bedroge bedroge mentioned this pull request Feb 23, 2021
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.

Pass user-defined-trusted-dirs to glibc
3 participants