Skip to content

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.

Merge request reports

Loading