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

Fix kernel version control for proc_dir_entry #762

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 23, 2020

  1. Fix kernel version control for proc_dir_entry

    The struct proc_dir_entry is used in the plugin linux_check_fop.
    The struct was defined in module.c only in kernel versions greater than 3.13, causing an error when running linux_check_fop on systems with older kernel versions.
    I noticed that this struct hasn't changed at all between kernel versions 3.10 and 3.13, so we can make this plugin support more versions with this fix.
    This change is relatively significant because many distributions are shipped with a 3.10.~ kernel (CentOS 7 and RHEL 7, among others).
    liamnesson0111 committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    20ff2b4 View commit details
    Browse the repository at this point in the history