]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
various: convert more readers of /proc/ to plain read_full_file() (#37299)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 May 2025 06:28:34 +0000 (15:28 +0900)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 06:28:34 +0000 (15:28 +0900)
Continuation of #36734

Apparently I was wrong about everything under `/proc/` being seq_file,
but at least there're some more to convert and we can leverage our
helper func while doing so.


Trivial merge