linux-baseline/controls
Martin Schurz 5247b07871 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>
2022-07-11 12:05:53 +02:00
..
os_spec.rb apply cookstyle fixes 2022-03-18 20:41:09 +01:00
package_spec.rb apply cookstyle fixes 2022-03-18 20:41:09 +01:00
sysctl_spec.rb fix handling of sysctl fs.protected_fifos and fs.protected_regular 2022-07-11 12:05:53 +02:00