diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-09-30 21:02:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 21:02:04 +0200 |
commit | 468c6265a27d6fc1f02377feb1eacd1af8d74a21 (patch) | |
tree | c82d7766aca880bac299eae0e9cb543329a0e96e /TODO | |
parent | Merge pull request #34583 from DaanDeMeyer/ukify (diff) | |
parent | man: say that SYSEXT_SCOPE=initrd also applies to exitrds (diff) | |
download | systemd-468c6265a27d6fc1f02377feb1eacd1af8d74a21.tar.xz systemd-468c6265a27d6fc1f02377feb1eacd1af8d74a21.zip |
Merge pull request #34534 from keszybz/man-exitrd
Formally document exitrds
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1374,12 +1374,6 @@ Features: CapabilityQuintet we already have. (This likely allows us to drop libcap dep in the base OS image) -* add concept for "exitrd" as inverse of "initrd", that we can transition to at - shutdown, and has similar security semantics. This should then take the place - of dracut's shutdown logic. Should probably support sysexts too. Care needs - to be taken that the resulting logic ends up in RAM, i.e. is copied out of - on-disk storage. - * userdbd: implement an additional varlink service socket that provides the host user db in restricted form, then allow this to be bind mounted into sandboxed environments that want the host database in minimal form. All |