]> git.ipfire.org Git - thirdparty/systemd.git/commit
bootctl: switch a few getenv() calls to secure_getenv()
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Sep 2025 09:31:30 +0000 (11:31 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Sep 2025 15:47:46 +0000 (00:47 +0900)
commit5c396a01104ba3de5e4e72825c019873f50bc626
tree504e15f2294d0af43be38a82428d1fc34430ea30
parent6aaff2d53254ba569bbde0d46647eb12eb7e4238
bootctl: switch a few getenv() calls to secure_getenv()

Following the rule that we should always prefer the secure flavour over
the regular one unless there's a clear reason for the regular one, let's
switch this over. Better safe than sorry.
src/bootctl/bootctl-install.c
src/bootctl/bootctl-random-seed.c
src/bootctl/bootctl-util.c