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 handling of sysctl fs.protected_fifos and fs.protected_regular #172

Merged
merged 1 commit into from
Jul 11, 2022

Commits on Jul 11, 2022

  1. fix handling of sysctl fs.protected_fifos and fs.protected_regular

    our solution with cmp for fs.protected_fifos did not work. Checking for
    all possible values combined with an `or` seems more reasonable here.
    
    Also both sysctl parameters are not available in RHEL7. The chosen
    solution seems to be the least complex, that also works on all systems.
    
    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5247b07 View commit details
    Browse the repository at this point in the history