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

Adjust modprobe check to remove false positives. #28

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

millerthomasj
Copy link

The current check will mark the below a failure:

insmod /lib/modules/4.9.43-17.39.amzn1.x86_64/kernel/net/ipv4/udp_tunnel.ko
insmod /lib/modules/4.9.43-17.39.amzn1.x86_64/kernel/net/ipv6/ip6_udp_tunnel.ko
install /bin/true

even though 'install /bin/true' is the last entry in the file, which would properly enforce the removal of the kernel module.

@rarenerd rarenerd mentioned this pull request Apr 23, 2018
@rarenerd rarenerd merged commit 09aa3ca into dev-sec:master Apr 23, 2018
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