sysctl: Return non-zero if param setting failed
Real usecase: 'sysctl -w user.max_uts_namespaces=2147483648; echo $?' returns 0 even though it failed with EINVAL The close_stream() realised there was an issue and printed an error but didn't change the return value. Slightly modified merge request. References: procps-ng/procps!76 Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
parent
e886010ef7
commit
08aa15ce4b
1
NEWS
1
NEWS
@ -14,6 +14,7 @@ procps-ng-NEXT
|
||||
* slabtop: Don't combine d and o options issue #160
|
||||
* sysctl: Add support for systemd glob patterns issue #191
|
||||
* sysctl: Check resolved path to be under /proc/sys issue #179
|
||||
* sysctl: return non-zero if EINVAL return for write merge #76
|
||||
* top: added LOGID similar to 3.3.13 ps LUID
|
||||
* top: added EXE identical to 3.3.17 ps EXE
|
||||
* top: exploit some library smaps_rollup provisions issue #112
|
||||
|
Loading…
Reference in New Issue
Block a user