6389deca5b
systemd-sysctl handles glob patterns along with overrides and exceptions. Now the procps sysctl does it too. The return value for sysctl is consistently either 0 or 1. Added tests to check sysctl functions. References: procps-ng/procps#191 Signed-off-by: Craig Small <csmall@dropbear.xyz>
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
#
|
|
# Test configuration for for glob in sysctl
|
|
#
|
|
fs.protected_* = 2
|
|
fs.protected_hardlinks = 1
|
|
-fs.protected_regular
|