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

PIE is not enabled on RHEL9 or Debian 11 and up #819

Open
joshcooper opened this issue Apr 11, 2024 · 1 comment
Open

PIE is not enabled on RHEL9 or Debian 11 and up #819

joshcooper opened this issue Apr 11, 2024 · 1 comment
Labels
bug Something isn't working triaged Jira issue has been created for this

Comments

@joshcooper
Copy link
Contributor

joshcooper commented Apr 11, 2024

Describe the Bug

This line is not forward compatible, so PIE is not enabled when adding new versions of Debian, RHEL and SLES:

if platform.name =~ /sles-15|el-8|debian-10/ || platform.is_fedora?

Also Amazon, macOS, Ubuntu and Windows are missing.

Expected Behavior

PIE should be enabled by default on those platforms and only disabled on older versions.

@joshcooper joshcooper added the bug Something isn't working label Apr 11, 2024
@mhashizume mhashizume added the triaged Jira issue has been created for this label Apr 16, 2024
Copy link

Migrated issue to PA-6383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged Jira issue has been created for this
Projects
None yet
Development

No branches or pull requests

2 participants