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 check for CONFIG_BPF_JIT and disable warning on jit hardening in the case it is disabled #1

Closed
wants to merge 1 commit into from

Conversation

N8Fear
Copy link
Contributor

@N8Fear N8Fear commented Feb 18, 2014

CONFIG_BPF_JIT is the JIT engine hardened by CONFIG_GRKERNSEC_JIT_HARDEN and a prerequisite for the hardening option.
My pull request changes the output of checksec.sh in the case that CONFIG_BPF_JIT is disabled to green and tells the user that JIT is disabled anyways.
This way there shouldn't be much irritations about a disabled (unnecessary) security option.

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.

1 participant