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

Exclude udev scripts from elf check in rpminspect #417

Closed
mulkieran opened this issue Jun 12, 2023 · 2 comments
Closed

Exclude udev scripts from elf check in rpminspect #417

mulkieran opened this issue Jun 12, 2023 · 2 comments
Assignees

Comments

@mulkieran
Copy link
Member

They are statically linked as much as possible and this causes them to fail the elf check GNU_RELRO test, due to certain properties of the RHEL toolchain which may be addressed in future.

We thought that this error was edged triggered, and so we wouldn't need to exclude the two udev binaries from the elf check. But it seems that it is now state-triggered sometimes, so we'll start excluding the elf binaries from the elf check via our custom rpminspect.yaml file.

This compiler link is supposed to be related: rust-lang/rust#86374 .

@mulkieran
Copy link
Member Author

It turns out we were correct about this being edge-triggered, or at least it appears so.

@mulkieran
Copy link
Member Author

So we don't need to do the rpminspect.yaml edit.

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

No branches or pull requests

2 participants