summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-06 12:13:57 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-09 22:29:11 +0100
commitaa03f49917f88f8e4ef0175010c6a41cd4dd20cf (patch)
tree35a58d0722f367da88c595beb564d30db7b9540f /TODO
parentf5e46b9e09d4ff3f1e6ee6e3a90adc704780a661 (diff)
downloadsystemd-aa03f49917f88f8e4ef0175010c6a41cd4dd20cf.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index 541c02cb12..42334537e5 100644
--- a/TODO
+++ b/TODO
@@ -132,6 +132,12 @@ Features:
* set MS_NOSYMFOLLOW for ESP and XBOOTLDR mounts both in gpt-generator and in
dissect.c
+* rework loopback support in fstab: when "loop" option is used, then
+ instantiate a new systemd-loop@.service for the source path, set the
+ lo_file_name field for it to something recognizable derived from the fstab
+ line, and then generate a mount unit for it using a udev generated symlink
+ based on lo_file_name.
+
* remove tomoyo support, it's obsolete and unmaintained apparently
* journald: add varlink service that allows subscribing to certain log events,
@@ -277,9 +283,6 @@ Features:
* systemd-sysext: for sysext DDIs picked up via EFI stub, set much stricter
image policy by default
-* systemd-dissect: maybe add "--attach" and "--detach" verbs which
- synchronously attach a DDI to a loopback device but not actually mount them.
-
* pam_systemd_home: add module parameter to control whether to only accept
only password or only pcks11/fido2 auth, and then use this to hook nicely
into two of the three PAM stacks gdm provides.