diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-11-16 11:29:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-11-16 21:08:38 +0100 |
commit | 7d7c75f1491350cedaed40358fe8c834705706f0 (patch) | |
tree | bee1f0e87abbdbe406df4ab53234387d38bee709 /TODO | |
parent | man: add missing full stop (diff) | |
download | systemd-7d7c75f1491350cedaed40358fe8c834705706f0.tar.xz systemd-7d7c75f1491350cedaed40358fe8c834705706f0.zip |
update TODO
Diffstat (limited to '')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,18 @@ Janitorial Clean-ups: Features: +* cryptsetup: optionally, when run during boot-up and password is never + entered, and we are on AC power (or so), power off machine again + +* when configuring loopback netif, and it fails due to EPERM, eat up error if + it happens to be set up alright already. + +* at boot: check if battery above some threshold, if not power off again after explanation + +* userdb: add field for ambient caps, so that a user can have CAP_WAKE_ALARM + for example. And add code that resets ambient caps for all services by + default. + * homed: try to unmount in regular intervals when home dir was busy when we tried because idle. |