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

test: avoid trying to call sysctl directly #46366

Merged
merged 1 commit into from
Jan 28, 2023

Commits on Jan 26, 2023

  1. test: avoid trying to call sysctl directly

    sysctl is often installed in /usr/sbin, which is not conveniently
    accessible to non-root. Secondly, the setting can just be read
    directly from the standard location and does not need to be
    parsed in any special fashion.
    AdamMajer committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    82d44af View commit details
    Browse the repository at this point in the history