Skip to content

Conversation

@mscherer
Copy link

While it doesn't prevent all exploitations, it make
like harder for a attacker who would want to spawn a shell
or similar type of attack.

configure.ac Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this AM_CONDITIONAL is pointless as it isn't used in the makefiles. just delete it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I am not that fluent with automake/autoconf, but if I remove the AM_CONDITIONAL, is there value in keeping the AC_CHECK_FUNCS ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the AC_CHECK_FUNCS is needed to create HAVE_PRLIMIT which you use later on :)

While it doesn't prevent all exploitations, it make
like harder for a attacker who would want to spawn a shell
or similar type of attack.
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