Skip to content

Conversation

@jabl
Copy link

@jabl jabl commented Feb 15, 2017

Adds some hardening flags that will hopefully make it easier to catch
programming mistakes, or stop exploit attempts.

See e.g.
https://wiki.debian.org/Hardening
https://fedoraproject.org/wiki/Changes/Harden_All_Packages

There are some additional hardening features that can be given as
linker flags (LDFLAGS):

-Wl,-z,relro,now

but these are not enabled by this commit since they can cause problems
for users who load libmunge.so at runtime.

Adds some hardening flags that will hopefully make it easier to catch
programming mistakes, or stop exploit attempts.

See e.g.
https://wiki.debian.org/Hardening
https://fedoraproject.org/wiki/Changes/Harden_All_Packages

There are some additional hardening features that can be given as
linker flags (LDFLAGS):

-Wl,-z,relro,now

but these are not enabled by this commit since they can cause problems
for users who load libmunge.so at runtime.
@dun dun added this to the 0.5.14 milestone Sep 26, 2017
@dun dun removed this from the 0.5.14 milestone Jan 15, 2020
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.

2 participants