]> git.ipfire.org Git - thirdparty/systemd.git/commit
Introduce several more helper functions to read sysfs attributes and use them where...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 May 2026 22:26:44 +0000 (07:26 +0900)
committerGitHub <noreply@github.com>
Sun, 17 May 2026 22:26:44 +0000 (07:26 +0900)
commit3e6c08b9678352a5c4fc187fdccc4ac4633d97cd
tree4f8c85bbfdfee0752e65643a6d955f1580bc7bda
parent9b768b5bf59d49b8c898ac55837335a00f68a5a6
parent2a1a026d72a2fff4f155ced6ab28977f74641355
Introduce several more helper functions to read sysfs attributes and use them where applicable (#41065)

Let's not use sd_device_get_sysattr_value() unless the result is
sanitized, escaped, or filtered.