diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-01-06 15:36:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-01-06 15:36:58 +0100 |
commit | e793038a5e921054aa979384e48109d2deef2063 (patch) | |
tree | e21f4580df20a12cc03f6b51894b7d4ded327cfe /TODO | |
parent | Merge pull request #25918 from bluca/smbios_sd_notify (diff) | |
download | systemd-e793038a5e921054aa979384e48109d2deef2063.tar.xz systemd-e793038a5e921054aa979384e48109d2deef2063.zip |
update TODO
Diffstat (limited to '')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -128,6 +128,11 @@ Deprecations and removals: Features: +* add a utility that can be used with the kernel's + CONFIG_STATIC_USERMODEHELPER_PATH and then handles them within pid1 so that + security, resource management and cgroup settings can be enforced properly + for all umh processes. + * systemd-shutdown: keep sending sd_notify() status updates immediately before going down, in particular include the "reboot param" string. |